41 #ifndef __OPENFLUID_CORE_NULLVALUE_HPP__ 
   42 #define __OPENFLUID_CORE_NULLVALUE_HPP__ 
   51 namespace openfluid { 
namespace core {
 
   89     void writeToStream(std::ostream& OutStm) 
const;
 
   92     { writeToStream(OutStm); }
 
Definition: NullValue.hpp:58
NullValue()
Definition: NullValue.hpp:65
bool isSimple() const 
Definition: NullValue.hpp:83
virtual ~NullValue()
Definition: NullValue.hpp:74
NullValue(const NullValue &Val)
Definition: NullValue.hpp:71
Type getType() const 
Definition: NullValue.hpp:77
void writeQuotedToStream(std::ostream &OutStm) const 
Definition: NullValue.hpp:91
Type
Definition: Value.hpp:68
#define OPENFLUID_API
Definition: dllexport.hpp:87
Value * clone() const 
Definition: NullValue.hpp:80
bool isCompound() const 
Definition: NullValue.hpp:86