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;
62 #endif // OPAL_RealVariable_HH
The base class for all OPAL objects.
Attribute & value()
Return the attribute representing the value of the definition.
virtual bool canReplaceBy(Object *rhs)
Test for allowed replacement.
virtual void printValue(std::ostream &os) const
Print its value.
virtual void print(std::ostream &) const
Print the variable.
virtual double getReal() const
Return value.
virtual RealVariable * clone(const std::string &name)
Make clone.
The base class for all OPAL value definitions.
RealVariable()
Exemplar constructor.
void operator=(const RealVariable &)