40 #ifndef __OPENFLUID_CORE_NULLVALUE_HPP__ 41 #define __OPENFLUID_CORE_NULLVALUE_HPP__ 95 void writeToStream(std::ostream& OutStm)
const;
99 writeToStream(OutStm);
bool isCompound() const
Definition: NullValue.hpp:90
Type
Definition: Value.hpp:68
bool isSimple() const
Definition: NullValue.hpp:85
NullValue()
Definition: NullValue.hpp:63
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: NullValue.hpp:56
Definition: ApplicationException.hpp:47
Value * clone() const
Definition: NullValue.hpp:80
Type getType() const
Definition: NullValue.hpp:75
NullValue(const NullValue &)
Definition: NullValue.hpp:69
void writeQuotedToStream(std::ostream &OutStm) const
Definition: NullValue.hpp:97
virtual ~NullValue()
Definition: NullValue.hpp:72