FDO API Reference | Feature Data Objects |
#include <ArrayHelper.h>
Definition at line 31 of file ArrayHelper.h.
Static Public Member Functions | |
FDO_API_COMMON GenericArray * | AllocMore (GenericArray *array, FdoInt32 atLeastThisMuch, bool exactly, FdoInt32 elementSize) |
FDO_API_COMMON GenericArray * | Append (GenericArray *array, FdoInt32 numElements, FdoByte *elements, FdoInt32 elementSize) |
FDO_API_COMMON void | DisposeOfArray (GenericArray *array, FdoInt32 elementSize) |
FDO_API_COMMON GenericArray * | SetAlloc (GenericArray *array, FdoInt32 numElements, FdoInt32 elementSize) |
FDO_API_COMMON GenericArray * | SetSize (GenericArray *array, FdoInt32 numElements, FdoInt32 elementSize) |
Protected Member Functions | |
FDO_API_COMMON | FdoArrayHelper () |
Constructor (makes sure that this class cannot be instantiated -- it consists of all static methods.). |
|
Constructor (makes sure that this class cannot be instantiated -- it consists of all static methods.).
Definition at line 67 of file ArrayHelper.h. References FDO_API_COMMON. |
|
Referenced by FdoArray< T >::AllocMore(), and FdoArray< T >::Append(). |
|
Referenced by FdoArray< T >::Append(), and FdoArray< T >::Create(). |
|
Referenced by FdoArray< T >::Dispose(). |
|
Referenced by FdoArray< T >::SetAlloc(). |
|
Referenced by FdoArray< T >::SetSize(). |
Comments or suggestions? Send us feedback. |