Public Member Functions

NullValue Class Reference

special class for Null values More...

#include <nullable.h>

List of all members.

Public Member Functions

 NullValue ()
 NullValue (const NullValue &)
template<typename T >
 operator T * () const
bool operator== (const NullValue &) const
bool operator!= (const NullValue &) const
template<typename T >
bool operator== (const T *p) const
template<typename T >
bool operator!= (const T *p) const

Detailed Description

special class for Null values


Constructor & Destructor Documentation

NullValue::NullValue (  )  [inline]
NullValue::NullValue ( const NullValue  )  [inline]

Member Function Documentation

template<typename T >
NullValue::operator T * (  )  const [inline]
template<typename T >
bool NullValue::operator!= ( const T *  p  )  const [inline]
bool NullValue::operator!= ( const NullValue  )  const [inline]
template<typename T >
bool NullValue::operator== ( const T *  p  )  const [inline]
bool NullValue::operator== ( const NullValue  )  const [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Defines