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

Create a dynamic array from a pointer to a fixed array.

Parameters:
elements Input pointer to array of elements
initialNumElements Input number of elements to be added
Returns:
Returns a FdoArray pointer

Definition at line 242 of file Array.h.

References FdoArray< T >::AllocMore(), and FdoArrayHelper::Append().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.