31 #include <selforg/inspectable.h>
32 #include <selforg/storeable.h>
73 virtual operator std::string(
void)
const;
80 virtual bool store(FILE* f)
const;
virtual IValue * operator+(const IValue &) const =0
the add operator.
IValue(std::string name)
constructor Needs a string for the name of the value.
Definition: IValue.cpp:28
virtual ~IValue()
default destructor
Definition: IValue.cpp:32
iparamkey name
Definition: inspectable.h:251
virtual bool store(FILE *f) const
store the value in a file
Definition: IValue.cpp:40
Interface for inspectable objects.
Definition: inspectable.h:48
This class is a interface for a value which is part of a gen.
Definition: IValue.h:38
virtual IValue * operator*(const IValue &) const =0
the mul.
std::string m_name
the name of this class.
Definition: IValue.h:93
virtual bool restore(FILE *f)
restore the value from a file
Definition: IValue.cpp:44