FDO API Reference Feature Data Objects

template<class T>
FdoArray< T > * FdoArray< T >::Append FdoArray< T > *  array,
FdoInt32  numElements,
T *  elements
[inline, static]
 

Adds the specified array of items to the end of the array. Returns a new array pointer.

Parameters:
array Input array pointer
numElements Input number of items to be added
elements Input pointer to array to append
Returns:
Returns the new array pointer.

Definition at line 252 of file Array.h.

References FdoArrayHelper::Append().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.