#include <llmemory.h>

Public Member Functions | |
| LLRefCount () | |
| void | ref () |
| S32 | unref () |
| S32 | getNumRefs () const |
Protected Member Functions | |
| LLRefCount (const LLRefCount &) | |
| virtual | ~LLRefCount () |
Private Member Functions | |
| LLRefCount & | operator= (const LLRefCount &) |
Private Attributes | |
| S32 | mRef |
Definition at line 70 of file llmemory.h.
| LLRefCount::LLRefCount | ( | const LLRefCount & | ) | [protected] |
| LLRefCount::~LLRefCount | ( | ) | [protected, virtual] |
| LLRefCount::LLRefCount | ( | ) |
Definition at line 284 of file llmemory.cpp.
| LLRefCount& LLRefCount::operator= | ( | const LLRefCount & | ) | [private] |
| void LLRefCount::ref | ( | ) | [inline] |
| S32 LLRefCount::unref | ( | ) | [inline] |
| S32 LLRefCount::getNumRefs | ( | ) | const [inline] |
Definition at line 99 of file llmemory.h.
References mRef.
Referenced by LLVOAvatar::dumpBakedStatus(), LLHUDObject::renderAll(), and LLHUDObject::renderAllForSelect().

S32 LLRefCount::mRef [private] |
Definition at line 105 of file llmemory.h.
Referenced by getNumRefs(), ref(), unref(), and ~LLRefCount().
1.5.5