_Myt typedef | Utils::NullableValue< T > | |
equals(const _Myt &rv) const | Utils::NullableValue< T > | inline |
get() | Utils::NullableValue< T > | inline |
get() const | Utils::NullableValue< T > | inline |
hasValue() const | Utils::NullableValue< T > | inline |
isDefined() const | Utils::NullableValue< T > | inline |
isEmpty() const | Utils::NullableValue< T > | inline |
NullableValue(value_type value) | Utils::NullableValue< T > | inline |
NullableValue(const Emptily< value_type > &value) | Utils::NullableValue< T > | inline |
NullableValue(EmptyValue) | Utils::NullableValue< T > | inline |
NullableValue(UndefinedValue) | Utils::NullableValue< T > | inline |
NullableValue(const Other &value) | Utils::NullableValue< T > | inline |
NullableValue(const Emptily< Other > &value) | Utils::NullableValue< T > | inline |
NullableValue(const NullableValue< Other > &value) | Utils::NullableValue< T > | inline |
NullableValue() | Utils::NullableValue< T > | inline |
operator!=(const _Myt &rv) const | Utils::NullableValue< T > | inline |
operator*() | Utils::NullableValue< T > | inline |
operator*() const | Utils::NullableValue< T > | inline |
operator->() | Utils::NullableValue< T > | inline |
operator->() const | Utils::NullableValue< T > | inline |
operator=(const value_type &value) | Utils::NullableValue< T > | inline |
operator=(const _Myt &value) | Utils::NullableValue< T > | inline |
operator=(const Emptily< value_type > &value) | Utils::NullableValue< T > | inline |
operator=(const Other &value) | Utils::NullableValue< T > | inline |
operator=(UndefinedValue) | Utils::NullableValue< T > | inline |
operator=(EmptyValue) | Utils::NullableValue< T > | inline |
operator=(const Emptily< Other > &value) | Utils::NullableValue< T > | inline |
operator=(const NullableValue< Other > &value) | Utils::NullableValue< T > | inline |
operator==(const _Myt &rv) const | Utils::NullableValue< T > | inline |
reset() | Utils::NullableValue< T > | inline |
state() const | Utils::NullableValue< T > | inline |
value_type typedef | Utils::NullableValue< T > | |