cohtml::MapInfo
On this page
Represents a map of a type exposed to the scripting.
#include <Property.h>
Public Attributes
Name | |
---|---|
ElementType | Type Type of element in map. |
MapElementGetter | GetElement Returns element with name. |
TypeInfo * | MapTypeInfo Contains information about objects in map (methods, attributes etc.) |
void * | UserData Represents pointer to real map. |
Public Attributes Documentation
variable Type
ElementType Type;
Type of element in map.
variable GetElement
MapElementGetter GetElement;
Returns element with name.
variable MapTypeInfo
TypeInfo * MapTypeInfo;
Contains information about objects in map (methods, attributes etc.)
variable UserData
void * UserData;
Represents pointer to real map.