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 <iomanip>#include <iostream>#include <sstream>#include <string>#include <utility>#include <vector>#include <vxl_config.h>Go to the source code of this file.
Classes | |
| class | vsl_basic_xml_element |
Functions | |
| template<typename T > | |
| std::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.
| std::string toString | ( | const T & | t | ) |
Definition at line 19 of file vsl_basic_xml_element.h.
1.8.15