ConfigItem Class Reference
[Utilities]

#include <ConfigItem.h>

Collaboration diagram for ConfigItem:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConfigItem (std::string val)
void set (std::string const val)
const std::string get () const
template<typename A >
const A get () const


Detailed Description

Class holding the value of a variable

Definition at line 9 of file ConfigItem.h.


Constructor & Destructor Documentation

ConfigItem::ConfigItem ( std::string  val  )  [inline]

Parameters:
val the value of the variable

Definition at line 13 of file ConfigItem.h.


Member Function Documentation

template<typename A >
const A ConfigItem::get (  )  const [inline]

get the value of the variable converted to type A

Returns:
the value of the variable converted to type A

Definition at line 31 of file ConfigItem.h.

const std::string ConfigItem::get (  )  const [inline]

get the value of the variable

Returns:
the value of the variable

Definition at line 24 of file ConfigItem.h.

void ConfigItem::set ( std::string const   val  )  [inline]

set variable to val

Parameters:
val the new value

Definition at line 18 of file ConfigItem.h.


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

Generated on Sun Nov 30 23:45:40 2008 for Modular Motion Processor by  doxygen 1.5.7.1