Nullable< T > Member List

This is the complete list of members for Nullable< T >, including all inherited members.
isNull() const Nullable< T > [inline]
Nullable()Nullable< T > [inline]
Nullable(const NullValue &)Nullable< T > [inline]
Nullable(const T &t)Nullable< T > [inline]
Nullable(const Nullable< T > &t)Nullable< T > [inline]
operator T() const Nullable< T > [inline]
operator!=(const T &t) const Nullable< T > [inline]
operator!=(const Nullable< T > &t) const Nullable< T > [inline]
operator!=(const NullValue &) const Nullable< T > [inline]
operator=(const T &t)Nullable< T > [inline]
operator=(const Nullable< T > &t)Nullable< T > [inline]
operator==(const T &t) const Nullable< T > [inline]
operator==(const Nullable< T > &t) const Nullable< T > [inline]
operator==(const NullValue &) const Nullable< T > [inline]
value()Nullable< T > [inline]
value(const T &defaultval=T()) const Nullable< T > [inline]
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends Defines