![]() |
Public API Reference |
![]() |
A variant of csDirtyAccessArray with reference-counted contents. More...
#include <csutil/dirtyaccessarray.h>
Public Member Functions | |
void | DecRef () |
Reference counting. Delete array contents when reference reaches 0. | |
void | IncRef () |
Reference counting. |
A variant of csDirtyAccessArray with reference-counted contents.
That is, when the reference count of the array drops to 0, it's contents are deleted (however, not the array object itself).
Definition at line 123 of file dirtyaccessarray.h.
void csDirtyAccessArrayRefCounted< T, ElementHandler, MemoryAllocator, CapacityHandler >::DecRef | ( | ) | [inline] |
Reference counting. Delete array contents when reference reaches 0.
Definition at line 140 of file dirtyaccessarray.h.
void csDirtyAccessArrayRefCounted< T, ElementHandler, MemoryAllocator, CapacityHandler >::IncRef | ( | ) | [inline] |
Reference counting.
Definition at line 137 of file dirtyaccessarray.h.