40 #ifndef __OPENFLUID_CORE_NULLVALUE_HPP__ 41 #define __OPENFLUID_CORE_NULLVALUE_HPP__ 104 void writeToStream(std::ostream& OutStm)
const;
108 writeToStream(OutStm);
Definition: ApplicationException.hpp:47
NullValue()
Definition: NullValue.hpp:72
Type getType() const
Definition: NullValue.hpp:84
Value * clone() const
Definition: NullValue.hpp:89
Type
Definition: Value.hpp:68
NullValue(const NullValue &)
Definition: NullValue.hpp:78
bool isCompound() const
Definition: NullValue.hpp:99
virtual ~NullValue()
Definition: NullValue.hpp:81
bool isSimple() const
Definition: NullValue.hpp:94
void writeQuotedToStream(std::ostream &OutStm) const
Definition: NullValue.hpp:106
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: NullValue.hpp:65