sily.dyaml

dYaml wrapper

Members

Functions

getKey
void getKey(Node node, T* variable, string field)

Puts value from node key if key exists.

hasKeyAs
bool hasKeyAs(Node node, string key)

Checks if node has key of type.

hasKeyType
bool hasKeyType(Node node, string key)

Checks if node has key of NodeType.

isType
bool isType(Node node)

Checks if node is NodeType.

Meta