dyaml.constructor

Class that processes YAML mappings, sequences and scalars into nodes. This can be used to add custom data types. A tutorial can be found here.

Members

Classes

ConstructorException
class ConstructorException

Functions

constructNode
Node constructNode(const Mark start, const Mark end, const string tag, T value)

Constructs YAML values.

Meta