Orcus
Public Member Functions | Friends | List of all members
orcus::yaml::const_node Class Reference

Public Member Functions

 const_node (const const_node &other)
 
 const_node (const_node &&rhs)
 
node_t type () const
 
size_t child_count () const
 
std::vector< const_nodekeys () const
 
const_node key (size_t index) const
 
const_node child (size_t index) const
 
const_node child (const const_node &key) const
 
const_node parent () const
 
std::string_view string_value () const
 
double numeric_value () const
 
const_nodeoperator= (const const_node &other)
 
uintptr_t identity () const
 

Friends

class ::orcus::yaml::document_tree