|
HoverRace
2.0
|
Generates the appropriate wrapper for LibYAML nodes. More...
#include <NodeFactory.h>
Static Public Member Functions | |
| static Node * | MakeNode (yaml_document_t *doc, yaml_node_t *node) |
| Wrap a LibYAML node in a new yaml::Node instance. More... | |
Generates the appropriate wrapper for LibYAML nodes.
|
static |
Wrap a LibYAML node in a new yaml::Node instance.
| doc | The LibYAML document which contains this node. |
| node | The LibYAML node (may not be NULL). |
1.8.11