Counted wrapper for a CoreRelay.
More...
#include <Relay.h>
|
|
| CountedRelay (CoreRelay *pRelay) |
| |
|
CoreRelay * | relay (void) |
| |
| virtual void | acquire (void) |
| | Increment the reference count. More...
|
| |
| virtual void | acquire (int &rCount) |
| | Increment the reference count (and get the count) More...
|
| |
| virtual void | release (void) |
| | Decrement the reference count. More...
|
| |
| virtual void | abandon (void) |
| | Decrement the reference count. More...
|
| |
| int | count (void) const |
| | Return the count of references. More...
|
| |
|
void | setName (const String &) |
| |
|
void | trackReference (void *pReference, String what) |
| |
|
void | untrackReference (void *pReference) |
| |
|
void | registerRegion (void *pT, U32 bytes) |
| |
|
|
static String | reportTracker (void) |
| |
|
static U32 | trackerCount (void) |
| |
| int | releaseInternal (void) |
| | Decrement the reference count. More...
|
| |
|
void | suppressReport (void) |
| |
Counted wrapper for a CoreRelay.
The documentation for this class was generated from the following file: