Wallaroo
0.8
|
#include <deserializable_value.h>
Public Member Functions | |
virtual | ~DeserializableValue () |
virtual void | Value (const std::string &value)=0 |
This is the type of every class that can take a string representation and convert in its own internal type. It's used as base class for every Attribute template.
|
inlinevirtual |
|
pure virtual |
Set this attribute value from a string representation.
value | A string representation of the value to be assigned. |
WrongType | If the string representation is not valid for this object. |
Implemented in wallaroo::Attribute< T >.