Go to the documentation of this file. 1 #ifndef TUE_CONFIG_READ_H_
2 #define TUE_CONFIG_READ_H_
static ResolveConfig defaultConfig()
Default ResolveConfig that has all resolve options enabled.
DataPointer fromStream(std::istream &s, const ResolveConfig &resolve_config=ResolveConfig::defaultConfig())
DataPointer fromFile(const std::string &filename, const ResolveConfig &resolve_config=ResolveConfig::defaultConfig())
DataPointer fromString(const std::string &s, const ResolveConfig &resolve_config=ResolveConfig::defaultConfig())
ParseException(const std::string message)
const char * what() const
Class to config the resolve behaviour of a loader.
tue::config::ReaderWriter config