|
HDK
|
This is the complete list of members for TfDelegatedCountPtr< ValueType >, including all inherited members.
| DecrementIsNoExcept typedef | TfDelegatedCountPtr< ValueType > | |
| DereferenceIsNoExcept typedef | TfDelegatedCountPtr< ValueType > | |
| element_type typedef | TfDelegatedCountPtr< ValueType > | |
| get() const noexcept | TfDelegatedCountPtr< ValueType > | inline |
| IncrementAndDecrementAreNoExcept typedef | TfDelegatedCountPtr< ValueType > | |
| IncrementIsNoExcept typedef | TfDelegatedCountPtr< ValueType > | |
| operator bool() const noexcept | TfDelegatedCountPtr< ValueType > | inlineexplicit |
| operator!=(const TfDelegatedCountPtr< OtherType > &other) const noexcept | TfDelegatedCountPtr< ValueType > | inline |
| operator*() const noexcept(DereferenceIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| operator->() const noexcept | TfDelegatedCountPtr< ValueType > | inline |
| operator<(const TfDelegatedCountPtr< OtherType > &other) const noexcept | TfDelegatedCountPtr< ValueType > | inline |
| operator=(const TfDelegatedCountPtr &ptr) noexcept(IncrementAndDecrementAreNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| operator=(const TfDelegatedCountPtr< OtherType > &ptr) noexcept(IncrementAndDecrementAreNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| operator=(TfDelegatedCountPtr &&ptr) noexcept(DecrementIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| operator=(std::nullptr_t) noexcept(DecrementIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| operator==(const TfDelegatedCountPtr< OtherType > &other) const noexcept | TfDelegatedCountPtr< ValueType > | inline |
| RawPtrType typedef | TfDelegatedCountPtr< ValueType > | |
| ReferenceType typedef | TfDelegatedCountPtr< ValueType > | |
| reset() noexcept(DecrementIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| swap(TfDelegatedCountPtr &other) noexcept | TfDelegatedCountPtr< ValueType > | inline |
| TfDelegatedCountPtr() noexcept=default | TfDelegatedCountPtr< ValueType > | |
| TfDelegatedCountPtr(TfDelegatedCountDoNotIncrementTagType, RawPtrType rawPointer) noexcept | TfDelegatedCountPtr< ValueType > | inline |
| TfDelegatedCountPtr(TfDelegatedCountIncrementTagType, RawPtrType rawPointer) noexcept(IncrementIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| TfDelegatedCountPtr(const TfDelegatedCountPtr &ptr) noexcept(IncrementIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inline |
| TfDelegatedCountPtr(const TfDelegatedCountPtr< OtherType > &ptr, std::enable_if_t< _IsPtrConvertible< OtherType >::value, int >=0) noexcept(IncrementIsNoExcept()) | TfDelegatedCountPtr< ValueType > | inlineexplicit |
| TfDelegatedCountPtr(TfDelegatedCountPtr &&ptr) noexcept | TfDelegatedCountPtr< ValueType > | inline |
| ~TfDelegatedCountPtr() noexcept(DecrementIsNoExcept::value) | TfDelegatedCountPtr< ValueType > | inline |