40 #ifndef __OPENFLUID_CORE_INTEGERVALUE_HPP__ 41 #define __OPENFLUID_CORE_INTEGERVALUE_HPP__ 137 operator long()
const 152 bool convert(
Value& Val)
const;
158 inline long get()
const 167 inline void set(
const long& Val)
172 void writeToStream(std::ostream& OutStm)
const;
176 writeToStream(OutStm);
Definition: SimpleValue.hpp:51
Type
Definition: Value.hpp:68
Value * clone() const
Definition: IntegerValue.hpp:147
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47
Type getType() const
Definition: IntegerValue.hpp:142
virtual ~IntegerValue()
Definition: IntegerValue.hpp:129
IntegerValue(const IntegerValue &Val)
Definition: IntegerValue.hpp:120
IntegerValue(const long &POD)
Definition: IntegerValue.hpp:126
void writeQuotedToStream(std::ostream &OutStm) const
Definition: IntegerValue.hpp:174
Definition: IntegerValue.hpp:103
IntegerValue()
Definition: IntegerValue.hpp:114