18 #ifndef OPAL_RealVariable_HH
19 #define OPAL_RealVariable_HH
44 virtual void print(std::ostream &)
const;
47 virtual void printValue(std::ostream &os)
const;
The base class for all OPAL objects.
The base class for all OPAL value definitions.
Attribute & value()
Return the attribute representing the value of the definition.
virtual RealVariable * clone(const std::string &name)
Make clone.
virtual void print(std::ostream &) const
Print the variable.
virtual void printValue(std::ostream &os) const
Print its value.
void operator=(const RealVariable &)
RealVariable(const RealVariable &)
RealVariable()
Exemplar constructor.
virtual double getReal() const
Return value.
virtual bool canReplaceBy(Object *rhs)
Test for allowed replacement.