YamlNodePropertyAccessor

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

Members

Functions

access
Node access(Node component, string 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, string property, RCIAllocator allocator)

Check if requested property is present in component.

Meta