Typelib::CSVOutput Class Reference

#include <typelib/csvoutput.hh>

Collaboration diagram for Typelib::CSVOutput:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CSVOutput (Type const &type, std::string const &sep)
void header (std::ostream &out, std::string const &basename)
void display (std::ostream &out, void *value)


Constructor & Destructor Documentation

CSVOutput::CSVOutput ( Type const &  type,
std::string const &  sep 
)


Member Function Documentation

void CSVOutput::header ( std::ostream &  out,
std::string const &  basename 
)

Displays the header

References join().

Referenced by Typelib::details::operator<<().

void CSVOutput::display ( std::ostream &  out,
void *  value 
)

References join().

Referenced by Typelib::details::operator<<().


The documentation for this class was generated from the following files:

Generated on Thu Jan 22 16:37:52 2009 for typeLib by doxygen 1.5.6
SourceForge.net Project Page