AssociativeArrayAccessor

Implements logic for accessing associative arrays.

class AssociativeArrayAccessor : PropertyAccessor!(Type[Key], Type, Key)(
Type
Key = Type
) {}

Members

Functions

access
Type access(Type[Key] component, Key property)

Get a property out of component

componentType
TypeInfo componentType(Type[Key] component)

Identify the type of supported component.

has
bool has(Type[Key] component, Key property)

Check if requested property is present in component.

Meta