System::Nullable< T > Member List

This is the complete list of members for System::Nullable< T >, including all inherited members.

Equals(const T1 &other) constSystem::Nullable< T >inline
get_HasValue() constSystem::Nullable< T >inline
get_Value() constSystem::Nullable< T >inline
GetHashCode() constSystem::Nullable< T >inline
GetValueOrDefault(T default_value)System::Nullable< T >inline
GetValueOrDefault()System::Nullable< T >inline
IsNull() constSystem::Nullable< T >inline
Nullable()System::Nullable< T >inline
Nullable(std::nullptr_t)System::Nullable< T >inline
Nullable(const T1 &value)System::Nullable< T >inline
Nullable(const Nullable< T1 > &value)System::Nullable< T >inline
NullableBoolHelper(const T1 &other, const std::function< bool()> &f, bool default_if_both_are_null=false) constSystem::Nullable< T >inline
operator &=(bool other)System::Nullable< T >inline
operator const T &() constSystem::Nullable< T >inline
operator!=(std::nullptr_t) constSystem::Nullable< T >inline
operator!=(const T1 &other) constSystem::Nullable< T >inline
operator!=(const Nullable< T1 > &other) constSystem::Nullable< T >inline
operator+(std::nullptr_t) constSystem::Nullable< T >inline
operator+(const T1 &other) const -> Nullable< decltype(get_Value()+other)>System::Nullable< T >inline
operator+(const Nullable< T1 > &other) const -> System::Nullable< decltype(get_Value()+other.get_Value())>System::Nullable< T >inline
operator+=(std::nullptr_t)System::Nullable< T >inline
operator+=(const T1 &other)System::Nullable< T >inline
operator+=(const Nullable< T1 > &other)System::Nullable< T >inline
operator-(T1) constSystem::Nullable< T >inline
operator-(const T1 &other) const -> Nullable< decltype(get_Value() - other)>System::Nullable< T >inline
operator-(const Nullable< T1 > &other) const -> System::Nullable< decltype(get_Value() - other.get_Value())>System::Nullable< T >inline
operator-=(T1)System::Nullable< T >inline
operator-=(const T1 &other)System::Nullable< T >inline
operator-=(const Nullable< T1 > &other)System::Nullable< T >inline
operator<(std::nullptr_t) constSystem::Nullable< T >inline
operator<(const T1 &other) constSystem::Nullable< T >inline
operator<(const Nullable< T1 > &other) constSystem::Nullable< T >inline
operator<=(std::nullptr_t) constSystem::Nullable< T >inline
operator<=(const T1 &other) constSystem::Nullable< T >inline
operator<=(const Nullable< T1 > &other) constSystem::Nullable< T >inline
operator=(std::nullptr_t)System::Nullable< T >inline
operator=(const T1 &x)System::Nullable< T >inline
operator=(const Nullable< T1 > &x)System::Nullable< T >inline
operator==(std::nullptr_t) constSystem::Nullable< T >inline
operator==(const T1 &other) constSystem::Nullable< T >inline
operator==(const Nullable< T1 > &other) constSystem::Nullable< T >inline
operator>(std::nullptr_t) constSystem::Nullable< T >inline
operator>(const T1 &other) constSystem::Nullable< T >inline
operator>(const Nullable< T1 > &other) constSystem::Nullable< T >inline
operator>=(std::nullptr_t) constSystem::Nullable< T >inline
operator>=(const T1 &other) constSystem::Nullable< T >inline
operator>=(const Nullable< T1 > &other) constSystem::Nullable< T >inline
operator|=(bool other)System::Nullable< T >inline
reset()System::Nullable< T >inline
ToString() constSystem::Nullable< T >inline
ValueType typedefSystem::Nullable< T >