H::stringconverter Class Reference

Generic stringconverter class. More...

#include <stringconverter.hpp>

Inheritance diagram for H::stringconverter:

Inheritance graph
[legend]
Collaboration diagram for H::stringconverter:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 stringconverter (int Value)
 Default Constructor.
virtual ~stringconverter () throw ()
 Destructor.

Static Public Member Functions

static std::string toLower (std::string const &convertee)
 Convert a string to lower case.
static std::string toUpper (std::string const &convertee)
 Convert a string to upper case.


Detailed Description

Generic stringconverter class.

Converts various datatypes to string

Definition at line 67 of file stringconverter.hpp.


Member Function Documentation

std::string stringconverter::toLower ( std::string const &  convertee  )  [static]

Convert a string to lower case.

Parameters:
convertee string to be converted

Definition at line 70 of file stringconverter.cpp.

std::string stringconverter::toUpper ( std::string const &  convertee  )  [static]

Convert a string to upper case.

Parameters:
convertee string to be converted

Definition at line 80 of file stringconverter.cpp.


The documentation for this class was generated from the following files:
Generated on Wed Nov 7 10:07:20 2007 for gizmod by  doxygen 1.5.3