AssociativeArraySetter

Associative array setter.

class AssociativeArraySetter : PropertySetter!(Type[KeyType], Type, KeyType)(
Type
KeyType = Type
) {}

Members

Functions

componentType
TypeInfo componentType(Type[KeyType] composite)

Identify the type of supported component.

set
void set(Type[KeyType] composite, Type field, KeyType key, RCIAllocator allocator)

Set a field or property of CompositeType.

Meta