Itasca C++ Interface
|
Public Member Functions | |
PropDesc (const string &name, Property::Type type, UVect2 size) | |
BASE_EXPORT | PropDesc (const string &name, const Property &prop) |
BASE_EXPORT bool | operator< (const PropDesc &p) const |
Public Attributes | |
string | name_ |
Property::Type | type_ = Property::Type::Int |
UVect2 | size_ = UVect2(0) |