cpp-hocon
0.3.0
|
Public Member Functions | |
resolve_context (config_resolve_options options, path restrict_to_child, std::vector< shared_value > cycle_markers) | |
resolve_context (config_resolve_options options, path restrict_to_child) | |
bool | is_restricted_to_child () const |
config_resolve_options | options () const |
resolve_result< shared_value > | resolve (shared_value original, resolve_source const &source) const |
path | restrict_to_child () const |
resolve_context | add_cycle_marker (shared_value value) const |
resolve_context | remove_cycle_marker (shared_value value) |
resolve_context | restrict (path restrict_to) const |
resolve_context | unrestricted () const |
Static Public Member Functions | |
static shared_value | resolve (shared_value value, shared_object root, config_resolve_options options) |
Definition at line 16 of file resolve_context.hpp.