PACK Qt Binding
$VERSION$
|
#include <nullable.h>
Public Member Functions | |
NullValue () | |
NullValue (const NullValue &) | |
NullValue (const std::nullptr_t &) | |
template<typename T > | |
operator T * () const | |
bool | operator== (const NullValue &) const |
bool | operator!= (const NullValue &) const |
bool | operator== (const std::nullptr_t &) const |
bool | operator!= (const std::nullptr_t &) const |
template<typename T > | |
bool | operator== (const T *p) const |
template<typename T > | |
bool | operator!= (const T *p) const |
special class for Null values this was a legacy class before nullptr was introduced, use nullptr now!
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |