|
SPH
|
#include <Config.h>
Public Member Functions | |
| ConfigValue ()=default | |
| ConfigValue (const Interval &value) | |
| virtual std::string | write () const override |
| Writes the value into a string. More... | |
| virtual void | read (const std::string &source) override |
| Reads the value from string and stores it internally. More... | |
| Interval | get () const |
Public Member Functions inherited from Polymorphic | |
| virtual | ~Polymorphic () |
|
default |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reads the value from string and stores it internally.
| ConfigException | if the value cannot be deserialized. |
Implements IConfigValue.
|
inlineoverridevirtual |