cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
hocon::resolve_source Class Reference

Classes

struct  result_with_path
 

Public Types

typedef std::list< std::shared_ptr< const container > > node
 

Public Member Functions

 resolve_source (shared_object root)
 
 resolve_source (shared_object root, node path_from_root)
 
resolve_source push_parent (std::shared_ptr< const container > parent) const
 
result_with_path lookup_subst (resolve_context context, std::shared_ptr< substitution_expression > subst, int prefix_length) const
 
resolve_source replace_current_parent (std::shared_ptr< const container > old, std::shared_ptr< const container > replacement) const
 
resolve_source replace_within_current_parent (shared_value old, shared_value replacement) const
 
resolve_source reset_parents () const
 

Detailed Description

Definition at line 15 of file resolve_source.hpp.

Member Typedef Documentation

◆ node

typedef std::list<std::shared_ptr<const container> > hocon::resolve_source::node

Definition at line 17 of file resolve_source.hpp.


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