tue_config
|
Go to the source code of this file.
Namespaces | |
tue | |
tue::config | |
Functions | |
bool | tue::config::loadFromSDFFile (const std::string &filename, ReaderWriter &config) |
loadFromSDFFile loads a sdf file into a ReaderWriter class More... | |
bool | tue::config::loadFromSDFStream (std::istream &stream, ReaderWriter &config) |
loadFromSDFStream loads a sdf stream into a ReaderWriter class More... | |
bool | tue::config::loadFromSDFString (const std::string &string, ReaderWriter &config) |
loadFromSDFString loads a sdf string into a ReaderWriter class More... | |