Classes | Functions
core/vsl/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 <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)

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@lems.brown.edu)
Date:
Dec 21, 2005

Definition in file vsl_basic_xml_element.h.


Function Documentation

template<typename T >
vcl_string toString ( const T &  t)

Definition at line 18 of file vsl_basic_xml_element.h.