AssociativeArrayAccessor

Implements logic for accessing associative arrays.

Members

Functions

access
Type access(ComponentType component, Key property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(ComponentType component)

Identify the type of supported component.

has
bool has(ComponentType component, Key property, RCIAllocator allocator)

Check if requested property is present in component.

Meta