Public Member Functions

openfluid::core::NullValue Class Reference

Inheritance diagram for openfluid::core::NullValue:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 NullValue ()
 NullValue (const NullValue &Val)
virtual ~NullValue ()
Type getType () const
Valueclone () const
bool isSimple () const
bool isCompound () const
void writeToStream (std::ostream &OutStm) const

Detailed Description

NullValue is a container for null value, containing no data.

See also:
Value

Constructor & Destructor Documentation

openfluid::core::NullValue::NullValue ( ) [inline]

Default constructor

openfluid::core::NullValue::NullValue ( const NullValue Val) [inline]

Copy constructor

virtual openfluid::core::NullValue::~NullValue ( ) [inline, virtual]

Member Function Documentation

Value* openfluid::core::NullValue::clone ( ) const [inline, virtual]

Reimplemented from openfluid::core::Value.

Type openfluid::core::NullValue::getType ( ) const [inline, virtual]
bool openfluid::core::NullValue::isCompound ( ) const [inline, virtual]
bool openfluid::core::NullValue::isSimple ( ) const [inline, virtual]
void openfluid::core::NullValue::writeToStream ( std::ostream &  OutStm) const [virtual]

Generated using Doxygen 1.7.3
Creative Commons License Creative Commons By-NC-ND license