BRE12
Public Member Functions | List of all members
YAML::GraphBuilderInterface Class Referenceabstract
Inheritance diagram for YAML::GraphBuilderInterface:
YAML::GraphBuilder< Impl >

Public Member Functions

virtual void * NewNull (const Mark &mark, void *pParentNode)=0
 
virtual void * NewScalar (const Mark &mark, const std::string &tag, void *pParentNode, const std::string &value)=0
 
virtual void * NewSequence (const Mark &mark, const std::string &tag, void *pParentNode)=0
 
virtual void AppendToSequence (void *pSequence, void *pNode)=0
 
virtual void SequenceComplete (void *pSequence)
 
virtual void * NewMap (const Mark &mark, const std::string &tag, void *pParentNode)=0
 
virtual void AssignInMap (void *pMap, void *pKeyNode, void *pValueNode)=0
 
virtual void MapComplete (void *pMap)
 
virtual void * AnchorReference (const Mark &mark, void *pNode)
 

The documentation for this class was generated from the following file: