cohtml::MapInfo

Represents a map of a type exposed to the scripting.

#include <Property.h>

Public Attributes

Name
ElementTypeType
Type of element in map.
MapElementGetterGetElement
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.