|
My Project
|
Public Member Functions | |
| ScriptDataType (std::string name, DataTypeId id, void *context=0) | |
| ScriptDataType (const ScriptDataType &dataType) | |
| bool | operator< (ScriptDataType &cmd) |
| bool | operator== (ScriptDataType &dataType) |
Public Attributes | |
| gcp::util::String | name_ |
| DataTypeId | id_ |
| void * | context_ |