csWeakRefArray< T > Class Template Reference
An array of weak references. More...
#include <weakrefarr.h>
Inheritance diagram for csWeakRefArray< T >:

Public Methods | |
csWeakRefArray (int ilimit=0, int ithreshold=0) | |
Initialize object to hold initially 'ilimit' elements, and increase storage by 'ithreshold' each time the upper bound is exceeded. | |
void | Compact () |
Compact this array by removing all weak references that have become 0. |
Detailed Description
template<class T>
class csWeakRefArray< T >
An array of weak references.
Definition at line 30 of file weakrefarr.h.
Constructor & Destructor Documentation
|
Initialize object to hold initially 'ilimit' elements, and increase storage by 'ithreshold' each time the upper bound is exceeded.
Definition at line 37 of file weakrefarr.h. |
Member Function Documentation
|
Compact this array by removing all weak references that have become 0.
Definition at line 46 of file weakrefarr.h. |
The documentation for this class was generated from the following file:
- csutil/weakrefarr.h
Generated for Crystal Space by doxygen 1.2.18