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

Public Member Functions

 node (const node &other)
 
 node (node &&rhs)
 
node_t type () const
 
size_t child_count () const
 
std::vector< nodekeys () const
 
node key (size_t index) const
 
node child (size_t index) const
 
node child (const node &key) const
 
node parent () const
 
pstring string_value () const
 
double numeric_value () const
 
nodeoperator= (const node &other)
 
uintptr_t identity () const
 

Friends

class ::orcus::yaml_document_tree