special class for Null values
More...
#include <nullable.h>
List of all members.
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: