This is the complete list of members for Opt< const T & >, including all inherited members.
_dataPtr | Opt< const T & > | private |
CheckValue() const | Opt< const T & > | private |
GetValue() const | Opt< const T & > | |
GetValueOr(const T &defaultValue) const | Opt< const T & > | |
GetValueOr(T &&defaultValue) const | Opt< const T & > | |
GetValueOrNull() const | Opt< const T & > | |
HasValue() const | Opt< const T & > | |
operator Bool() | Opt< const T & > | explicit |
operator Bool() const | Opt< const T & > | explicit |
operator const T *() | Opt< const T & > | |
operator*() const | Opt< const T & > | |
operator->() const | Opt< const T & > | |
operator=(const Opt &src) | Opt< const T & > | |
Opt() | Opt< const T & > | |
Opt(NO_VALUE_TYPE) | Opt< const T & > | |
Opt(const Opt &src) | Opt< const T & > | |
Opt(const T &value) | Opt< const T & > | |
Opt(const T *valuePtr) | Opt< const T & > | |
ResultFunctions typedef | Opt< const T & > | |
ToPointer() const | Opt< const T & > | |
ValueType typedef | Opt< const T & > |