OPTION< option_t > Class Template Reference

#include <settings.h>

Collaboration diagram for OPTION< option_t >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OPTION ()
 ~OPTION ()
vector< string > GetOptionList ()
vector< option_t > GetValueList ()
string GetName ()
string GetTitle ()
string GetDesc ()
string GetCat ()
string GetTrueValue ()
string GetFalseValue ()
string GetAccepts ()
float GetMinValue ()
float GetMaxValue ()
option_t GetDefaultValue ()
void SetOptionList (vector< string > new_option_list)
void SetValueList (vector< option_t > new_value_list)
void SetName (string new_name)
void SetTitle (string new_title)
void SetDesc (string new_desc)
void SetCat (string new_cat)
void SetTrueValue (string new_true_value)
void SetFalseValue (string new_false_value)
void SetAccepts (string new_accepts)
void SetMinValue (float new_min_value)
void SetMaxValue (float new_max_value)
void SetDefaultValue (option_t new_default_value)

Private Attributes

vector< string > option_list
vector< option_t > value_list
string name
string title
string desc
string cat
string true_value
string false_value
string accepts
float min_value
float max_value
option_t default_value

Detailed Description

template<class option_t>
class OPTION< option_t >

Definition at line 57 of file settings.h.


Constructor & Destructor Documentation

template<class option_t>
OPTION< option_t >::OPTION  )  [inline]
 

Definition at line 74 of file settings.h.

References OPTION< option_t >::accepts, OPTION< option_t >::cat, OPTION< option_t >::desc, OPTION< option_t >::false_value, OPTION< option_t >::max_value, OPTION< option_t >::min_value, OPTION< option_t >::name, OPTION< option_t >::option_list, OPTION< option_t >::title, OPTION< option_t >::true_value, and OPTION< option_t >::value_list.

template<class option_t>
OPTION< option_t >::~OPTION  )  [inline]
 

Definition at line 83 of file settings.h.


Member Function Documentation

template<class option_t>
string OPTION< option_t >::GetAccepts  )  [inline]
 

Definition at line 93 of file settings.h.

References OPTION< option_t >::accepts.

template<class option_t>
string OPTION< option_t >::GetCat  )  [inline]
 

Definition at line 90 of file settings.h.

References OPTION< option_t >::cat.

template<class option_t>
option_t OPTION< option_t >::GetDefaultValue  )  [inline]
 

Definition at line 96 of file settings.h.

References OPTION< option_t >::default_value.

template<class option_t>
string OPTION< option_t >::GetDesc  )  [inline]
 

Definition at line 89 of file settings.h.

References OPTION< option_t >::desc.

template<class option_t>
string OPTION< option_t >::GetFalseValue  )  [inline]
 

Definition at line 92 of file settings.h.

References OPTION< option_t >::false_value.

template<class option_t>
float OPTION< option_t >::GetMaxValue  )  [inline]
 

Definition at line 95 of file settings.h.

References OPTION< option_t >::max_value.

template<class option_t>
float OPTION< option_t >::GetMinValue  )  [inline]
 

Definition at line 94 of file settings.h.

References OPTION< option_t >::min_value.

template<class option_t>
string OPTION< option_t >::GetName  )  [inline]
 

Definition at line 87 of file settings.h.

References OPTION< option_t >::name.

template<class option_t>
vector<string> OPTION< option_t >::GetOptionList  )  [inline]
 

Definition at line 85 of file settings.h.

References OPTION< option_t >::option_list.

template<class option_t>
string OPTION< option_t >::GetTitle  )  [inline]
 

Definition at line 88 of file settings.h.

References OPTION< option_t >::title.

template<class option_t>
string OPTION< option_t >::GetTrueValue  )  [inline]
 

Definition at line 91 of file settings.h.

References OPTION< option_t >::true_value.

template<class option_t>
vector<option_t> OPTION< option_t >::GetValueList  )  [inline]
 

Definition at line 86 of file settings.h.

References OPTION< option_t >::value_list.

template<class option_t>
void OPTION< option_t >::SetAccepts string  new_accepts  )  [inline]
 

Definition at line 105 of file settings.h.

References OPTION< option_t >::accepts.

template<class option_t>
void OPTION< option_t >::SetCat string  new_cat  )  [inline]
 

Definition at line 102 of file settings.h.

References OPTION< option_t >::cat.

template<class option_t>
void OPTION< option_t >::SetDefaultValue option_t  new_default_value  )  [inline]
 

Definition at line 108 of file settings.h.

References OPTION< option_t >::default_value.

template<class option_t>
void OPTION< option_t >::SetDesc string  new_desc  )  [inline]
 

Definition at line 101 of file settings.h.

References OPTION< option_t >::desc.

template<class option_t>
void OPTION< option_t >::SetFalseValue string  new_false_value  )  [inline]
 

Definition at line 104 of file settings.h.

References OPTION< option_t >::false_value.

template<class option_t>
void OPTION< option_t >::SetMaxValue float  new_max_value  )  [inline]
 

Definition at line 107 of file settings.h.

References OPTION< option_t >::max_value.

template<class option_t>
void OPTION< option_t >::SetMinValue float  new_min_value  )  [inline]
 

Definition at line 106 of file settings.h.

References OPTION< option_t >::min_value.

template<class option_t>
void OPTION< option_t >::SetName string  new_name  )  [inline]
 

Definition at line 99 of file settings.h.

References OPTION< option_t >::name.

template<class option_t>
void OPTION< option_t >::SetOptionList vector< string >  new_option_list  )  [inline]
 

Definition at line 97 of file settings.h.

References OPTION< option_t >::option_list.

template<class option_t>
void OPTION< option_t >::SetTitle string  new_title  )  [inline]
 

Definition at line 100 of file settings.h.

References OPTION< option_t >::title.

template<class option_t>
void OPTION< option_t >::SetTrueValue string  new_true_value  )  [inline]
 

Definition at line 103 of file settings.h.

References OPTION< option_t >::true_value.

template<class option_t>
void OPTION< option_t >::SetValueList vector< option_t >  new_value_list  )  [inline]
 

Definition at line 98 of file settings.h.

References OPTION< option_t >::value_list.


Member Data Documentation

template<class option_t>
string OPTION< option_t >::accepts [private]
 

Definition at line 68 of file settings.h.

Referenced by OPTION< option_t >::GetAccepts(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetAccepts().

template<class option_t>
string OPTION< option_t >::cat [private]
 

Definition at line 65 of file settings.h.

Referenced by OPTION< option_t >::GetCat(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetCat().

template<class option_t>
option_t OPTION< option_t >::default_value [private]
 

Definition at line 71 of file settings.h.

Referenced by OPTION< option_t >::GetDefaultValue(), and OPTION< option_t >::SetDefaultValue().

template<class option_t>
string OPTION< option_t >::desc [private]
 

Definition at line 64 of file settings.h.

Referenced by OPTION< option_t >::GetDesc(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetDesc().

template<class option_t>
string OPTION< option_t >::false_value [private]
 

Definition at line 67 of file settings.h.

Referenced by OPTION< option_t >::GetFalseValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetFalseValue().

template<class option_t>
float OPTION< option_t >::max_value [private]
 

Definition at line 70 of file settings.h.

Referenced by OPTION< option_t >::GetMaxValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetMaxValue().

template<class option_t>
float OPTION< option_t >::min_value [private]
 

Definition at line 69 of file settings.h.

Referenced by OPTION< option_t >::GetMinValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetMinValue().

template<class option_t>
string OPTION< option_t >::name [private]
 

Definition at line 62 of file settings.h.

Referenced by OPTION< option_t >::GetName(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetName().

template<class option_t>
vector<string> OPTION< option_t >::option_list [private]
 

Definition at line 60 of file settings.h.

Referenced by OPTION< option_t >::GetOptionList(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetOptionList().

template<class option_t>
string OPTION< option_t >::title [private]
 

Definition at line 63 of file settings.h.

Referenced by OPTION< option_t >::GetTitle(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetTitle().

template<class option_t>
string OPTION< option_t >::true_value [private]
 

Definition at line 66 of file settings.h.

Referenced by OPTION< option_t >::GetTrueValue(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetTrueValue().

template<class option_t>
vector<option_t> OPTION< option_t >::value_list [private]
 

Definition at line 61 of file settings.h.

Referenced by OPTION< option_t >::GetValueList(), OPTION< option_t >::OPTION(), and OPTION< option_t >::SetValueList().


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 04:12:20 2006 by  doxygen 1.4.6