SPH
|
#include <Config.h>
Public Member Functions | |
ConfigValue ()=default | |
ConfigValue (const Vector &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... | |
Vector | get () const |
![]() | |
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 |