cohtml::MapInfo
Represents a map of a type exposed to the scripting.
#include <Property.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| 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. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Type
Section titled “variable Type”ElementType Type;Type of the values stored in the map.
variable GetElement
Section titled “variable GetElement”MapElementGetter GetElement;Callback that returns the value associated with a given key.
variable MapTypeInfo
Section titled “variable MapTypeInfo”TypeInfo * MapTypeInfo;Type information for elements when Type is ET_UserType; null otherwise.
variable UserData
Section titled “variable UserData”void * UserData;Pointer to the underlying map. May represent the actual container or an abstraction defined by the property implementation.
© 2026 Coherent Labs. All rights reserved.