|
tue_config
|
#include "tue/config/data_pointer.h"

Go to the source code of this file.
Namespaces | |
| tue | |
| tue::config | |
Enumerations | |
| enum | tue::config::WriteType { tue::config::XML, tue::config::YAML, tue::config::JSON } |
Functions | |
| bool | tue::config::toFile (const char *filename, const DataConstPointer &data, WriteType write_type, int indent_size=0) |
| bool | tue::config::toFile (const std::string &filename, const DataConstPointer &data, WriteType write_type, int indent_size=0) |
| void | tue::config::toStream (std::ostream &s, const DataConstPointer &data, WriteType write_type, int indent_size=0) |
1.8.17