#include <ValueBase.h>
Inherits Support.
Inherited by Value< T >.
Inheritance diagram for ValueBase:


Public Member Functions | |
| ValueBase () | |
| virtual | ~ValueBase () |
| virtual int | set (const ValueBase *value)=0 |
| virtual int | toString (String &) const=0 |
| virtual int | fromString (const String &)=0 |
Definition at line 28 of file ValueBase.h.
| ValueBase::ValueBase | ( | ) |
Definition at line 16 of file ValueBase.cpp.
| ValueBase::~ValueBase | ( | ) | [virtual] |
Definition at line 20 of file ValueBase.cpp.
| virtual int ValueBase::set | ( | const ValueBase * | value | ) | [pure virtual] |
Implemented in Value< T >.
| virtual int ValueBase::toString | ( | String & | ) | const [pure virtual] |
Implemented in Value< T >.
| virtual int ValueBase::fromString | ( | const String & | ) | [pure virtual] |
Implemented in Value< T >.
1.5.1