SPH
|
Provides an interface for implementing new types of entries. More...
#include <VirtualSettings.h>
Public Member Functions | |
virtual std::string | toString () const =0 |
virtual void | fromString (const std::string &s)=0 |
virtual AutoPtr< IExtraEntry > | clone () const =0 |
Public Member Functions inherited from Polymorphic | |
virtual | ~Polymorphic () |
Provides an interface for implementing new types of entries.
Class IVirtualEntry can store basic types, such as bool, int, std::string, etc. When necessary to store more complex data, the user can implement IExtraEntry interface and store the data using ExtraEntry wrapper.
Definition at line 20 of file VirtualSettings.h.
|
pure virtual |
Implemented in CurveEntry.
|
pure virtual |
Implemented in CurveEntry.
|
pure virtual |
Implemented in CurveEntry.