Represents a map of a type exposed to the scripting. More...
Public Attributes | |
ElementType | Type |
Type of element in map. More... | |
MapElementGetter | GetElement |
Returns element with name. More... | |
TypeInfo * | MapTypeInfo |
Contains information about objects in map (methods, attributes etc.) More... | |
void * | UserData |
Represents pointer to real map. More... | |
Represents a map of a type exposed to the scripting.
MapElementGetter cohtml::MapInfo::GetElement |
Returns element with name.
TypeInfo* cohtml::MapInfo::MapTypeInfo |
Contains information about objects in map (methods, attributes etc.)
ElementType cohtml::MapInfo::Type |
Type of element in map.
void* cohtml::MapInfo::UserData |
Represents pointer to real map.