|
cbp2make
Makefile generation tool for Code::Blocks IDE
|
#include <stlvariables.h>
Public Member Functions | |
| virtual int | GetType (void) const |
| virtual CString | GetTypeName (void) const |
| virtual double | GetFloat (void) const |
| virtual void | SetFloat (const double Value) |
| virtual int | GetInteger (void) const |
| virtual void | SetInteger (const int Value) |
| virtual bool | GetBoolean (void) const |
| virtual void | SetBoolean (const bool Value) |
| virtual CString | GetString (void) const |
| virtual void | SetString (const CString &Value) |
| virtual char | GetChar (void) const |
| virtual void | SetChar (const char Value) |
| bool | operator= (const CBooleanVariable &Variable) |
| CBooleanVariable & | operator= (const double Value) |
| CBooleanVariable & | operator= (const int Value) |
| CBooleanVariable & | operator= (const bool Value) |
| CBooleanVariable & | operator= (const CString &Value) |
| CBooleanVariable & | operator= (const char Value) |
| CBooleanVariable (const CString &Name, const bool Value=false) | |
| virtual | ~CBooleanVariable (void) |
Public Member Functions inherited from CVariable | |
| CString & | GetName (void) |
| void | SetName (const CString &Name) |
| void | Print (std::ostream &out) |
| CVariable (void) | |
| CVariable (const CString &Name) | |
| virtual | ~CVariable (void) |
Protected Attributes | |
| bool | m_Value |
Protected Attributes inherited from CVariable | |
| CString | m_Name |
| CBooleanVariable::CBooleanVariable | ( | const CString & | Name, |
| const bool | Value = false |
||
| ) |
|
inlinevirtual |
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
| bool CBooleanVariable::operator= | ( | const CBooleanVariable & | Variable) |
| CBooleanVariable & CBooleanVariable::operator= | ( | const double | Value) |
| CBooleanVariable & CBooleanVariable::operator= | ( | const int | Value) |
| CBooleanVariable & CBooleanVariable::operator= | ( | const bool | Value) |
| CBooleanVariable & CBooleanVariable::operator= | ( | const CString & | Value) |
| CBooleanVariable & CBooleanVariable::operator= | ( | const char | Value) |
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
|
virtual |
Reimplemented from CVariable.
|
protected |
1.8.4