|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
This is the complete list of members for System::Nullable< T >, including all inherited members.
| Equals(const T1 &other) const | System::Nullable< T > | inline |
| get_HasValue() const | System::Nullable< T > | inline |
| get_Value() const | System::Nullable< T > | inline |
| GetHashCode() const | System::Nullable< T > | inline |
| GetValueOrDefault(T default_value) | System::Nullable< T > | inline |
| GetValueOrDefault() | System::Nullable< T > | inline |
| IsNull() const | System::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) const | System::Nullable< T > | inline |
| operator const T &() const | System::Nullable< T > | inline |
| operator!=(std::nullptr_t) const | System::Nullable< T > | inline |
| operator!=(const T1 &other) const | System::Nullable< T > | inline |
| operator!=(const Nullable< T1 > &other) const | System::Nullable< T > | inline |
| operator&=(bool other) | System::Nullable< T > | inline |
| operator+(std::nullptr_t) const | System::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) const | System::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) const | System::Nullable< T > | inline |
| operator<(const T1 &other) const | System::Nullable< T > | inline |
| operator<(const Nullable< T1 > &other) const | System::Nullable< T > | inline |
| operator<=(std::nullptr_t) const | System::Nullable< T > | inline |
| operator<=(const T1 &other) const | System::Nullable< T > | inline |
| operator<=(const Nullable< T1 > &other) const | System::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) const | System::Nullable< T > | inline |
| operator==(const T1 &other) const | System::Nullable< T > | inline |
| operator==(const Nullable< T1 > &other) const | System::Nullable< T > | inline |
| operator>(std::nullptr_t) const | System::Nullable< T > | inline |
| operator>(const T1 &other) const | System::Nullable< T > | inline |
| operator>(const Nullable< T1 > &other) const | System::Nullable< T > | inline |
| operator>=(std::nullptr_t) const | System::Nullable< T > | inline |
| operator>=(const T1 &other) const | System::Nullable< T > | inline |
| operator>=(const Nullable< T1 > &other) const | System::Nullable< T > | inline |
| operator|=(bool other) | System::Nullable< T > | inline |
| reset() | System::Nullable< T > | inline |
| ToString() const | System::Nullable< T > | inline |
| ValueType typedef | System::Nullable< T > |