cpp-hocon
0.3.0
hocon
config_resolve_options.hpp
1
#pragma once
2
3
#include "export.h"
4
5
namespace
hocon
{
6
30
class
LIBCPP_HOCON_EXPORT
config_resolve_options
{
31
public
:
38
config_resolve_options
(
bool
use_system_environment =
true
,
bool
allow_unresolved =
false
);
39
46
config_resolve_options
set_use_system_environment(
bool
value
)
const
;
47
55
bool
get_use_system_environment()
const
;
56
68
config_resolve_options
set_allow_unresolved(
bool
value
)
const
;
69
76
bool
get_allow_unresolved()
const
;
77
78
private
:
79
bool
_use_system_environment;
80
bool
_allow_unresovled;
81
};
82
83
}
// namespace hocon
hocon::value
Definition:
tokens.hpp:8
hocon
Factory for creating config_document instances.
Definition:
config.hpp:18
hocon::config_resolve_options
A set of options related to resolving substitutions.
Definition:
config_resolve_options.hpp:30
Generated on Wed Mar 17 2021 09:27:20 for cpp-hocon by
1.8.14