Skip to content
SiteEmail

cohtml::MapInfo

Represents a map of a type exposed to the scripting.

#include <Property.h>

Name
ElementTypeType
Type of the values stored in the map.
MapElementGetterGetElement
Callback that returns the value associated with a given key.
TypeInfo *MapTypeInfo
Type information for elements when Type is ET_UserType; null otherwise.
void *UserData
Pointer to the underlying map. May represent the actual container or an abstraction defined by the property implementation.
ElementType Type;

Type of the values stored in the map.

MapElementGetter GetElement;

Callback that returns the value associated with a given key.

TypeInfo * MapTypeInfo;

Type information for elements when Type is ET_UserType; null otherwise.

void * UserData;

Pointer to the underlying map. May represent the actual container or an abstraction defined by the property implementation.