HDK
|
#include <pyIdentity.h>
Public Types | |
typedef TfHashMap< TfRefBase const *, void const *, TfHash > | _CacheType |
Static Public Member Functions | |
static TF_API void | Insert (TfRefBase *refBase, void const *uniqueId) |
static TF_API void const * | Lookup (TfRefBase const *refBase) |
static TF_API void | Erase (TfRefBase *refBase) |
Definition at line 103 of file pyIdentity.h.
typedef TfHashMap<TfRefBase const *, void const *, TfHash> Tf_PyOwnershipPtrMap::_CacheType |
Definition at line 106 of file pyIdentity.h.
|
static |