tue_config
Namespaces | Enumerations | Functions
write.h File Reference
#include "tue/config/data_pointer.h"
Include dependency graph for write.h:
This graph shows which files directly or indirectly include this file:

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)