Classes | Functions
vsl_basic_xml_element.h File Reference

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)
 

Detailed Description

creates basic xml nodes and writes them out to the stream A basic node contains only text content, and optionally has attribute(s).

Author
Gamze Tunali (gamze.nosp@m.@lem.nosp@m.s.bro.nosp@m.wn.e.nosp@m.du)
Date
Dec 21, 2005

Definition in file vsl_basic_xml_element.h.

Function Documentation

◆ toString()

template<typename T >
std::string toString ( const T &  t)

Definition at line 19 of file vsl_basic_xml_element.h.