csRefArray< T > Class Template Reference
An array of smart pointers. More...
#include <refarr.h>
Inheritance diagram for csRefArray< T >:

Public Methods | |
csRefArray (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. | |
csPtr< T > | Pop () |
Pop an element from tail end of array. |
Detailed Description
template<class T>
class csRefArray< T >
An array of smart pointers.
Definition at line 51 of file refarr.h.
Constructor & Destructor Documentation
|
Initialize object to hold initially 'ilimit' elements, and increase storage by 'ithreshold' each time the upper bound is exceeded.
|
Member Function Documentation
|
Pop an element from tail end of array.
Reimplemented from csArray< T *, csRefArrayElementHandler< T * > >. |
The documentation for this class was generated from the following file:
- csutil/refarr.h
Generated for Crystal Space by doxygen 1.2.18