cpp-hocon
0.3.0
|
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 |
Definition at line 15 of file resolve_source.hpp.