Ariles
Public Member Functions | Public Attributes | List of all members
ariles::ns_yaml_cpp::impl::Reader Class Reference

Detailed Description

Definition at line 30 of file reader.cpp.

Public Member Functions

const YAML::Node getRawNode (const std::size_t depth)
 
const YAML::Node getRawNode ()
 

Public Attributes

std::vector< NodeWrappernode_stack_
 Stack of nodes. More...
 

Member Function Documentation

◆ getRawNode() [1/2]

const YAML::Node ariles::ns_yaml_cpp::impl::Reader::getRawNode ( const std::size_t  depth)
inline

Definition at line 38 of file reader.cpp.

◆ getRawNode() [2/2]

const YAML::Node ariles::ns_yaml_cpp::impl::Reader::getRawNode ( )
inline

Definition at line 51 of file reader.cpp.

Member Data Documentation

◆ node_stack_

std::vector<NodeWrapper> ariles::ns_yaml_cpp::impl::Reader::node_stack_

Stack of nodes.

Definition at line 34 of file reader.cpp.


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