tue_config
Namespaces | Functions
sdf.h File Reference
#include <istream>
#include <string>
Include dependency graph for sdf.h:
This graph shows which files directly or indirectly include this file:

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...