Comment Class Reference

#include <Comment.hpp>

List of all members.


Detailed Description

This class defines a simple comment.

These can be useful for developers to make comments in the output file for any extra information that might need to be included.

Definition at line 44 of file Comment.hpp.

Public Member Functions

 Comment (const char *format,...)
 Constructor.
 Comment (const char *format, va_list ap)
 Constructor.

Public Attributes

std::string str
 Created string.


Constructor & Destructor Documentation

Comment const char *  format,
  ...
 

Constructor.

Defines the comment using printf style

Parameters:
format format string
... other optional arguments

Comment const char *  format,
va_list  ap
 

Constructor.

Defines the comment using printf style

Parameters:
format format string
ap va_list of other optional arguments


Member Data Documentation

std::string str
 

Created string.

Definition at line 49 of file Comment.hpp.

Referenced by SVGImage::comment(), and PSImageBase::comment().


The documentation for this class was generated from the following file:
Generated on Thu Jul 29 03:31:51 2010 for GPS ToolKit Software Library by  doxygen 1.3.9.1