41 #ifndef __OPENFLUID_CORE_INTEGERVALUE_HPP__ 
   42 #define __OPENFLUID_CORE_INTEGERVALUE_HPP__ 
   50 namespace openfluid { 
namespace core {
 
  136     operator long()
 const 
  148     bool convert(
Value& Val) 
const;
 
  154     inline long get() 
const 
  161     inline void set(
const long& Val)
 
  164     void writeToStream(std::ostream& OutStm) 
const;
 
  167     { writeToStream(OutStm); }
 
IntegerValue(const long &POD)
Definition: IntegerValue.hpp:128
void writeQuotedToStream(std::ostream &OutStm) const 
Definition: IntegerValue.hpp:166
Definition: SimpleValue.hpp:50
void set(const long &Val)
Definition: IntegerValue.hpp:161
IntegerValue(const IntegerValue &Val)
Definition: IntegerValue.hpp:122
Type getType() const 
Definition: IntegerValue.hpp:142
Value * clone() const 
Definition: IntegerValue.hpp:145
IntegerValue()
Definition: IntegerValue.hpp:116
virtual ~IntegerValue()
Definition: IntegerValue.hpp:139
Type
Definition: Value.hpp:68
#define OPENFLUID_API
Definition: dllexport.hpp:87
Definition: IntegerValue.hpp:105