Athena IO Library
|
Public Member Functions | |
YAMLNode (yaml_node_type_t type) | |
const YAMLNode * | findMapChild (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 |
Definition at line 41 of file DNAYaml.hpp.