Console::VariableTemplate< std::string > Class Template Reference

#include <Variable.h>

Inheritance diagram for Console::VariableTemplate< std::string >:

Console::Variable List of all members.

Public Member Functions

 VariableTemplate (std::string *variable)
std::string getValue () const
std::string setValue (const std::string &parameter)

Detailed Description

template<>
class Console::VariableTemplate< std::string >

A specialization of VariableTemplate for string, to allow spaces.


Constructor & Destructor Documentation

Console::VariableTemplate< std::string >::VariableTemplate std::string *  variable  )  [inline]
 

Initializes the VariableTemplate with the given string pointer.

Parameters:
variable a pointer to the string to manipulate.


Member Function Documentation

std::string Console::VariableTemplate< std::string >::getValue  )  const [inline, virtual]
 

Gets the string value.

Returns:
the string value.

Implements Console::Variable.

std::string Console::VariableTemplate< std::string >::setValue const std::string &  parameter  )  [inline, virtual]
 

Sets the string value.

Parameters:
parameter the new string value.
Returns:
the string value.

Implements Console::Variable.


The documentation for this class was generated from the following file:
Generated on Fri Jun 16 08:42:48 2006 for GPU Thesis by  doxygen 1.4.6-NO