40 #ifndef __OPENFLUID_CORE_NULLVALUE_HPP__
41 #define __OPENFLUID_CORE_NULLVALUE_HPP__
113 writeToStream(OutStm);
Definition: NullValue.hpp:66
NullValue & operator=(const Value &) override
void writeQuotedToStream(std::ostream &OutStm) const override
Definition: NullValue.hpp:111
Type getType() const override
Definition: NullValue.hpp:89
NullValue & operator=(NullValue &&)=default
NullValue & operator=(Value &&) override
NullValue(const NullValue &)=default
NullValue & operator=(const NullValue &)=default
void writeToStream(std::ostream &OutStm) const override
Value * clone() const override
Definition: NullValue.hpp:94
bool isCompound() const override
Definition: NullValue.hpp:104
virtual ~NullValue()=default
bool isSimple() const override
Definition: NullValue.hpp:99
Type
Definition: Value.hpp:66
@ NULLL
Definition: Value.hpp:66
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47