#include <graphbuilderadapter.h>
Definition at line 17 of file graphbuilderadapter.h.
◆ AnchorMap
◆ ContainerStack
◆ GraphBuilderAdapter()
YAML_PM::GraphBuilderAdapter::GraphBuilderAdapter |
( |
GraphBuilderInterface & |
builder | ) |
|
|
inline |
◆ DispositionNode()
void YAML_PM::GraphBuilderAdapter::DispositionNode |
( |
void * |
pNode | ) |
|
|
private |
◆ GetCurrentParent()
void * YAML_PM::GraphBuilderAdapter::GetCurrentParent |
( |
| ) |
const |
|
private |
◆ OnAlias()
void YAML_PM::GraphBuilderAdapter::OnAlias |
( |
const Mark & |
mark, |
|
|
anchor_t |
anchor |
|
) |
| |
|
virtual |
◆ OnDocumentEnd()
virtual void YAML_PM::GraphBuilderAdapter::OnDocumentEnd |
( |
| ) |
|
|
inlinevirtual |
◆ OnDocumentStart()
virtual void YAML_PM::GraphBuilderAdapter::OnDocumentStart |
( |
const Mark & |
mark | ) |
|
|
inlinevirtual |
◆ OnMapEnd()
void YAML_PM::GraphBuilderAdapter::OnMapEnd |
( |
| ) |
|
|
virtual |
◆ OnMapStart()
void YAML_PM::GraphBuilderAdapter::OnMapStart |
( |
const Mark & |
mark, |
|
|
const std::string & |
tag, |
|
|
anchor_t |
anchor |
|
) |
| |
|
virtual |
◆ OnNull()
void YAML_PM::GraphBuilderAdapter::OnNull |
( |
const Mark & |
mark, |
|
|
anchor_t |
anchor |
|
) |
| |
|
virtual |
◆ OnScalar()
void YAML_PM::GraphBuilderAdapter::OnScalar |
( |
const Mark & |
mark, |
|
|
const std::string & |
tag, |
|
|
anchor_t |
anchor, |
|
|
const std::string & |
value |
|
) |
| |
|
virtual |
◆ OnSequenceEnd()
void YAML_PM::GraphBuilderAdapter::OnSequenceEnd |
( |
| ) |
|
|
virtual |
◆ OnSequenceStart()
void YAML_PM::GraphBuilderAdapter::OnSequenceStart |
( |
const Mark & |
mark, |
|
|
const std::string & |
tag, |
|
|
anchor_t |
anchor |
|
) |
| |
|
virtual |
◆ RegisterAnchor()
void YAML_PM::GraphBuilderAdapter::RegisterAnchor |
( |
anchor_t |
anchor, |
|
|
void * |
pNode |
|
) |
| |
|
private |
◆ RootNode()
void* YAML_PM::GraphBuilderAdapter::RootNode |
( |
| ) |
const |
|
inline |
◆ m_anchors
AnchorMap YAML_PM::GraphBuilderAdapter::m_anchors |
|
private |
◆ m_builder
GraphBuilderInterface& YAML_PM::GraphBuilderAdapter::m_builder |
|
private |
◆ m_containers
◆ m_pKeyNode
void* YAML_PM::GraphBuilderAdapter::m_pKeyNode |
|
private |
◆ m_pRootNode
void* YAML_PM::GraphBuilderAdapter::m_pRootNode |
|
private |
The documentation for this class was generated from the following files: