![]() |
Public API Reference |
![]() |
Convenience class to make a version of csArray that does a safe-copy in case of reallocation of the array. More...
#include <csutil/array.h>
Public Member Functions | |
csSafeCopyArray (size_t limit=0, const CapacityHandler &ch=CapacityHandler()) | |
Initialize object to hold initially limit elements, and increase storage by threshold each time the upper bound is exceeded. |
Convenience class to make a version of csArray that does a safe-copy in case of reallocation of the array.
Useful for weak references.
csSafeCopyArray< T, Allocator, CapacityHandler >::csSafeCopyArray | ( | size_t | limit = 0 , |
const CapacityHandler & | ch = CapacityHandler() |
||
) | [inline] |