tue_config
resolve_functions.h
Go to the documentation of this file.
1 #ifndef TUE_CONFIG_LOADERS_RESOLVE_FUNCTIONS_H_
2 #define TUE_CONFIG_LOADERS_RESOLVE_FUNCTIONS_H_
3 
5 
6 #include <string>
7 #include <sstream>
8 
9 namespace tue
10 {
11 
12 namespace config
13 {
14 
15 bool resolve(const std::string& str, const std::string& source, std::string& result, std::stringstream& error, const ResolveConfig& config = ResolveConfig::defaultConfig());
16 
17 }
18 
19 }
20 
21 #endif
tue::config::ResolveConfig::defaultConfig
static ResolveConfig defaultConfig()
Default ResolveConfig that has all resolve options enabled.
Definition: resolve_config.h:26
sstream
std::string
std::stringstream
tue::config::resolve
bool resolve(const std::string &str, const std::string &source, std::string &result, std::stringstream &error, const ResolveConfig &config)
Definition: resolve_functions.cpp:185
tue
resolve_config.h
config
tue::config::ReaderWriter config
Definition: sdf_gtest.cpp:9
string