#include <uvalue.hh>
Public Member Functions | |
UList () | |
UList (const UList &b) | |
UList & | operator= (const UList &b) |
~UList () | |
UValue & | operator[] (int i) |
const UValue & | operator[] (int i) const |
int | size () const |
void | setOffset (int n) |
Public Attributes | |
std::vector< UValue * > | array |
Definition at line 35 of file uvalue.hh.