YamlIntegerIndexAccessor

An accessor allowing access to child yaml nodes of a parent yaml node by their index

Members

Functions

access
Node access(Node component, size_t property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(Node component)

Identify the type of supported component.

has
bool has(Node component, size_t property, RCIAllocator allocator)

Check if requested property is present in component.

Meta