§ addref()
void ParaEngine::CRefCounted::addref |
( |
| ) |
const |
|
inline |
add reference count of the object.
§ AddToAutoReleasePool()
CRefCounted * ParaEngine::CRefCounted::AddToAutoReleasePool |
( |
| ) |
|
addref and releases the ownership sometime soon automatically (usually at the end of the current frame).
- Returns
- The CRefCounted itself.
- See also
- CObjectAutoReleasePool
§ delref()
bool ParaEngine::CRefCounted::delref |
( |
| ) |
const |
|
inline |
decrease reference count of the object.
- Returns
- : return true if the the reference count is zero after decreasing it
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/Core/PERef.h
- Client/trunk/ParaEngineClient/Core/PERef.cpp