cbp2make
Makefile generation tool for Code::Blocks IDE
|
This is the complete list of members for CVariable, including all inherited members.
CVariable(void) | CVariable | |
CVariable(const CString &Name) | CVariable | |
GetBoolean(void) const | CVariable | virtual |
GetChar(void) const | CVariable | virtual |
GetFloat(void) const | CVariable | virtual |
GetInteger(void) const | CVariable | virtual |
GetName(void) | CVariable | |
GetString(void) const | CVariable | virtual |
GetType(void) const | CVariable | virtual |
GetTypeName(void) const | CVariable | virtual |
m_Name | CVariable | protected |
Print(std::ostream &out) | CVariable | |
SetBoolean(const bool Value) | CVariable | virtual |
SetChar(const char Value) | CVariable | virtual |
SetFloat(const double Value) | CVariable | virtual |
SetInteger(const int Value) | CVariable | virtual |
SetName(const CString &Name) | CVariable | |
SetString(const CString &Value) | CVariable | virtual |
~CVariable(void) | CVariable | virtual |