Public Member Functions | |
UObjectStruct () | |
UObjectStruct (const UObjectStruct &b) | |
UObjectStruct & | operator= (const UObjectStruct &b) |
~UObjectStruct () | |
UValue & | operator[] (const std::string &s) |
UNamedValue & | operator[] (int i) |
int | size () |
Public Attributes | |
std::string | refName |
std::vector< UNamedValue > | array |
Definition at line 65 of file uvalue.hh.