79 bool _use_system_environment;
80 bool _allow_unresovled;
config_resolve_options set_use_system_environment(bool value) const
Returns resolve options that disable any reference to "system" data (currently, this means environmen...
Factory for creating config_document instances.
bool get_allow_unresolved() const
Returns whether the options allow unresolved substitutions.
config_resolve_options(bool use_system_environment=true, bool allow_unresolved=false)
Returns the default resolve options.
config_resolve_options set_allow_unresolved(bool value) const
Returns options with "allow unresolved" set to the given value.
A set of options related to resolving substitutions.
bool get_use_system_environment() const
Returns whether the options enable use of system environment variables.