ConfigItem Class Template Reference

#include <orsa_config.h>

Collaboration diagram for ConfigItem:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ConfigItem (const std::string t)
 ConfigItem (const T v, const std::string t)
GetValue () const
void SetValue (const T v)

Public Attributes

const std::string tag

Detailed Description

template<class T>
class orsa::ConfigItem< T >

Definition at line 35 of file orsa_config.h.


Constructor & Destructor Documentation

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

Definition at line 37 of file orsa_config.h.

00037 : tag(t) { };

ConfigItem ( const T  v,
const std::string  t 
) [inline]

Definition at line 38 of file orsa_config.h.

00038 : value(v), tag(t) { };


Member Function Documentation

T GetValue (  )  const [inline]

Definition at line 41 of file orsa_config.h.

00041 { return value; }

void SetValue ( const T  v  )  [inline]

Definition at line 42 of file orsa_config.h.

00042 { value = v; }


Member Data Documentation

const std::string tag

Definition at line 48 of file orsa_config.h.


The documentation for this class was generated from the following file:
Generated on Thu Jul 13 06:45:52 2006 for liborsa by  doxygen 1.4.7