|
Type independent WeakPtr holder class. More...
Go to the source code of this file.
Classes | |
class | TfAnyWeakPtr |
Provides the ability to hold an arbitrary TfWeakPtr in a non-type-specific manner in order to observe whether it has expired or not. More... | |
Functions | |
template<class HashState , class T , class = typename std::enable_if< std::is_same<T, TfAnyWeakPtr>::value>::type> | |
void | TfHashAppend (HashState &h, const T &ptr) |
Type independent WeakPtr holder class.
Definition in file anyWeakPtr.h.
|
inline |
Definition at line 220 of file anyWeakPtr.h.