xml::xsilComment Class Reference
[Output stream manipulators.]

#include <Xsil.hh>

Inheritance diagram for xml::xsilComment:

xml::xsil_base

List of all members.

Public Member Functions

 xsilComment (const char *comment, int level=2)
 Constructor with name, data, length and indent level.
 xsilComment (const std::string &comment, int level=2)
 Constructor with name, data, length and indent level.
std::ostream & write (std::ostream &os) const


Detailed Description

Xsil comment manipulator. This manipulator adds a comment object to the output stream. Example: {verbatim} os << xsilComment ("This is a comment") << endl; {verbatim}

brief Xsil comment manipulator.

Author:
Written June 2000 by Daniel Sigg
Version:
1.0

Member Function Documentation

std::ostream& xml::xsilComment::write ( std::ostream &  os  )  const

Write comment to output stream

Reimplemented from xml::xsil_base.


The documentation for this class was generated from the following file:
Generated on Sun Mar 8 19:21:41 2009 for dmt by  doxygen 1.5.4