#include <Configuration.h>
Public Member Functions | |
| CConfigProperty (IConfigProperty *configPropertyInterface) | |
| bool | isNull () const |
| virtual bool | isVerbose () const |
| std::string | name () const |
| CConfigProperty | nextProperty () const |
| operator bool () const | |
| void | set (const std::string &value) |
| virtual void | toArray (CConfigPropertyArray *array) const |
| virtual bool | toBool () const |
| virtual double | toFloat () const |
| virtual long | toInt () const |
| virtual unsigned long | toUInt () const |
| std::string | value () const |
| virtual | ~CConfigProperty () |
Protected Attributes | |
| IConfigProperty * | mIConfigProperty |
Definition at line 119 of file Configuration.h.
| CConfigProperty::CConfigProperty | ( | IConfigProperty * | configPropertyInterface | ) |
Definition at line 59 of file Configuration.cpp.
| CConfigProperty::~CConfigProperty | ( | ) | [virtual] |
Definition at line 64 of file Configuration.cpp.
| bool CConfigProperty::isNull | ( | ) | const |
| virtual bool CConfigProperty::isVerbose | ( | ) | const [inline, virtual] |
Definition at line 140 of file Configuration.h.
| std::string CConfigProperty::name | ( | ) | const |
Definition at line 68 of file Configuration.cpp.
| CConfigProperty CConfigProperty::nextProperty | ( | ) | const |
| CConfigProperty::operator bool | ( | ) | const [inline] |
Definition at line 144 of file Configuration.h.
| void CConfigProperty::set | ( | const std::string & | value | ) |
| virtual void CConfigProperty::toArray | ( | CConfigPropertyArray * | array | ) | const [inline, virtual] |
Definition at line 142 of file Configuration.h.
| virtual bool CConfigProperty::toBool | ( | ) | const [inline, virtual] |
Definition at line 135 of file Configuration.h.
| virtual double CConfigProperty::toFloat | ( | ) | const [inline, virtual] |
Definition at line 138 of file Configuration.h.
| virtual long CConfigProperty::toInt | ( | ) | const [inline, virtual] |
Definition at line 136 of file Configuration.h.
| virtual unsigned long CConfigProperty::toUInt | ( | ) | const [inline, virtual] |
Definition at line 137 of file Configuration.h.
| std::string CConfigProperty::value | ( | ) | const |
IConfigProperty* CConfigProperty::mIConfigProperty [protected] |
Definition at line 122 of file Configuration.h.