Compounds | |
class | DataXML::DataObject |
XML-streamable data object. More... | |
class | DataXML::DataObjectTreeCreator |
Traversal & creation of the object tree (utility for parsers). More... | |
class | DataXML::InputXMLStream |
Input stream for XML data objects. More... | |
class | DataXML::OutputXMLStream |
Output stream for XML data objects. More... | |
Functions | |
DataObject | TextDataObject (std::string text) |
Create a text object with given text. More... | |
std::string | to_string (T val) |
convert value to std::string using stream operator<<. More... | |
bool | to_value (std::string s, T &val) |
convert std::string to value using stream operator>>. More... |
|
|
|
consequently, type T must have operator<< for ostream
Definition at line 166 of file DataObject.h. Referenced by main().
|
|
consequently, type T must have operator>> for istream
Definition at line 183 of file DataObject.h. Referenced by main().
|