#include <weOptions.h>
Public Member Functions | |
WeOption () | |
WeOption (string nm) | |
~WeOption () | |
bool | IsEmpty (void) |
string | GetTypeName (void) |
Is the value empty. | |
const std::type_info & | GetType (void) const |
Gets the value type name. | |
WeOption & | operator= (WeOption &cpy) |
Gets the value type. | |
const string & | Name (void) const |
Access the Name property. | |
void | Name (const string &nm) |
Access the Name property. | |
template<typename T > | |
void | GetValue (T &dt) |
Access the TypeId property. | |
template<typename T > | |
void | SetValue (T dt) |
Access the TypeId property. |
Definition at line 48 of file weOptions.h.
WeOption::WeOption | ( | ) | [inline] |
Definition at line 51 of file weOptions.h.
WeOption::WeOption | ( | string | nm | ) | [inline] |
Definition at line 52 of file weOptions.h.
WeOption::~WeOption | ( | ) | [inline] |
Definition at line 53 of file weOptions.h.
const std::type_info& WeOption::GetType | ( | void | ) | const [inline] |
string WeOption::GetTypeName | ( | void | ) | [inline] |
void WeOption::GetValue | ( | T & | dt | ) | [inline] |
bool WeOption::IsEmpty | ( | void | ) | [inline] |
Definition at line 72 of file weOptions.h.
void WeOption::Name | ( | const string & | nm | ) | [inline] |
const string& WeOption::Name | ( | void | ) | const [inline] |
void WeOption::SetValue | ( | T | dt | ) | [inline] |
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|