CompositeSetter

Composite (object, struct, union) setter.

Members

Functions

componentType
TypeInfo componentType(ComponentType composite)

Identify the type of supported component.

set
void set(ComponentType component, Object field, string property, RCIAllocator allocator)

Set a field or property of CompositeType.

set
void set(ComponentType component, T field, string property, RCIAllocator allocator)

Set a field or property of CompositeType.

Meta