|
HDK
|
#include <refPtrTracker.h>
Static Public Member Functions | |
| static void | Watch (const TfRefBase *obj) |
Start watching obj. Only watched objects are traced. More... | |
| static void | Unwatch (const TfRefBase *obj) |
Stop watching obj. Existing traces for obj are kept. More... | |
| static void | AddTrace (const void *owner, const TfRefBase *obj, TfRefPtrTracker::TraceType type=TfRefPtrTracker::Add) |
| static void | RemoveTraces (const void *owner) |
Remove traces for owner owner. More... | |
Definition at line 190 of file refPtrTracker.h.
|
inlinestatic |
Add a trace for a new owner owner of object obj if obj is being watched.
Definition at line 206 of file refPtrTracker.h.
Remove traces for owner owner.
Definition at line 213 of file refPtrTracker.h.
Stop watching obj. Existing traces for obj are kept.
Definition at line 199 of file refPtrTracker.h.
Start watching obj. Only watched objects are traced.
Definition at line 193 of file refPtrTracker.h.