creates basic xml nodes and writes them out to the stream A basic node contains only text content, and optionally has attribute(s). More...
#include <vcl_vector.h>
#include <vcl_utility.h>
#include <vcl_string.h>
#include <vcl_sstream.h>
#include <vcl_iostream.h>
#include <vcl_iomanip.h>
Go to the source code of this file.
Classes | |
class | vsl_basic_xml_element |
Functions | |
template<typename T > | |
vcl_string | toString (const T &t) |
creates basic xml nodes and writes them out to the stream A basic node contains only text content, and optionally has attribute(s).
Definition in file vsl_basic_xml_element.h.
vcl_string toString | ( | const T & | t | ) |
Definition at line 18 of file vsl_basic_xml_element.h.