Ultralight C++ API 1.4.0
|
This is the complete list of members for RefPtr< T >, including all inherited members.
Adopt enum value | RefPtr< T > | protected |
AdoptRef(T &reference) | RefPtr< T > | friend |
AdoptTag enum name | RefPtr< T > | protected |
get() const | RefPtr< T > | inline |
LeakRef() | RefPtr< T > | inline |
operator UnspecifiedBoolType() const | RefPtr< T > | inline |
operator!() const | RefPtr< T > | inline |
operator!=(const RefPtr &a, const RefPtr &b) | RefPtr< T > | friend |
operator*() const | RefPtr< T > | inline |
operator->() const | RefPtr< T > | inline |
operator<(const RefPtr &a, const RefPtr &b) | RefPtr< T > | friend |
operator=(const RefPtr &) | RefPtr< T > | |
operator=(T *) | RefPtr< T > | |
operator=(std::nullptr_t) | RefPtr< T > | |
operator=(const RefPtr< U > &) | RefPtr< T > | |
operator=(RefPtr &&) | RefPtr< T > | |
operator=(RefPtr< U > &&) | RefPtr< T > | |
operator=(const RefPtr< U > &other) | RefPtr< T > | |
operator=(RefPtr< U > &&other) | RefPtr< T > | |
operator==(const RefPtr &a, const RefPtr &b) | RefPtr< T > | friend |
RefPtr() | RefPtr< T > | inline |
RefPtr(std::nullptr_t) | RefPtr< T > | inline |
RefPtr(T *other) | RefPtr< T > | inline |
RefPtr(const RefPtr &other) | RefPtr< T > | inline |
RefPtr(const RefPtr< U > &other) | RefPtr< T > | inline |
RefPtr(RefPtr &&other) | RefPtr< T > | inline |
RefPtr(RefPtr< U > &&other) | RefPtr< T > | inline |
RefPtr(T &object, AdoptTag) | RefPtr< T > | inlineprotected |
reset() | RefPtr< T > | |
reset(T *obj) | RefPtr< T > | |
swap(RefPtr &ptr) | RefPtr< T > | |
UnspecifiedBoolType typedef | RefPtr< T > | |
~RefPtr() | RefPtr< T > | inline |