FDO API Reference Feature Data Objects
template<class T>
FdoArray< T > * FdoArray< T >::Create ( FdoInt32  initialAlloc  )  [inline, static]

Create a dynamic array preallocated to a specific size.

Parameters:
initialAlloc Input initial size of the array
Returns:
Returns a FdoArray pointer

Definition at line 235 of file Array.h.

References FdoArray< T >::AllocMore().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.