|
tue_config
|
#include <fstream>#include <sstream>#include <set>#include <tinyxml2.h>#include "tue/config/configuration.h"#include "tue/config/loaders/sdf.h"#include "tue/config/loaders/xml.h"#include "tue/config/read.h"#include "tue/config/node_type.h"#include "tue/filesystem/path.h"
Go to the source code of this file.
Namespaces | |
| tue | |
| tue::config | |
Functions | |
| tue::config::NodeType | tue::config::getSDFNodeType (const std::string &element_name) |
| bool | tue::config::loadFromSDFDocument (const tinyxml2::XMLDocument &doc, ReaderWriter &config) |
| bool | tue::config::loadFromSDFElement (const tinyxml2::XMLElement &element, ReaderWriter &config, const NodeType node_type) |
| 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... | |
Variables | |
| static const std::set< std::string > | tue::config::SDF_ARRAY_SET |
| static const std::set< std::string > | tue::config::SDF_MAP_SET |
| static const std::set< std::string > | tue::config::SDF_VALUE_SET |
1.8.17