40 #ifndef __OPENFLUID_CORE_INTEGERVALUE_HPP__ 41 #define __OPENFLUID_CORE_INTEGERVALUE_HPP__ 113 operator long()
const 128 bool convert(
Value& Val)
const;
134 inline long get()
const 143 inline void set(
const long& Val)
148 void writeToStream(std::ostream& OutStm)
const;
152 writeToStream(OutStm);
Definition: IntegerValue.hpp:79
IntegerValue(const IntegerValue &Val)
Definition: IntegerValue.hpp:96
Definition: ApplicationException.hpp:47
IntegerValue(const long &POD)
Definition: IntegerValue.hpp:102
Type
Definition: Value.hpp:68
void writeQuotedToStream(std::ostream &OutStm) const
Definition: IntegerValue.hpp:150
virtual ~IntegerValue()
Definition: IntegerValue.hpp:105
Value * clone() const
Definition: IntegerValue.hpp:123
Definition: SimpleValue.hpp:51
#define OPENFLUID_API
Definition: dllexport.hpp:86
IntegerValue()
Definition: IntegerValue.hpp:90
Type getType() const
Definition: IntegerValue.hpp:118