![]() |
Public API Reference |
#include <refarr.h>
Inheritance diagram for csRefArray:
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. More... | |
csPtr< T > | Pop () |
Pop an element from tail end of array. More... |
Definition at line 51 of file refarr.h.
|
Initialize object to hold initially 'ilimit' elements, and increase storage by 'ithreshold' each time the upper bound is exceeded.
|
|
Pop an element from tail end of array.
Reimplemented from csArray< T *, csRefArrayElementHandler< T * > >. |