Ariles
Public Member Functions | Public Attributes | List of all members
ariles2::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...
 
std::vector< YAML::const_iterator > iterator_stack_
 

Member Function Documentation

◆ getRawNode() [1/2]

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

Definition at line 50 of file reader.cpp.

◆ getRawNode() [2/2]

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

Definition at line 39 of file reader.cpp.

Member Data Documentation

◆ iterator_stack_

std::vector<YAML::const_iterator> ariles2::ns_yaml_cpp::impl::Reader::iterator_stack_

Definition at line 35 of file reader.cpp.

◆ node_stack_

std::vector<NodeWrapper> ariles2::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: