Athena IO Library
athena::io::YAMLNode Struct Reference
Collaboration diagram for athena::io::YAMLNode:
Collaboration graph

Public Member Functions

 YAMLNode (yaml_node_type_t type)
 
const YAMLNodefindMapChild (const char *key) const
 

Public Attributes

yaml_node_type_t m_type
 
std::string m_scalarString
 
std::vector< std::unique_ptr< YAMLNode > > m_seqChildren
 
std::vector< std::pair< std::string, std::unique_ptr< YAMLNode > > > m_mapChildren
 

Detailed Description

Definition at line 41 of file DNAYaml.hpp.


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