FDO API Reference Feature Data Objects
template<class T>
FdoArray< T > * FdoArray< T >::Append ( FdoArray< T > *  array,
element 
) [inline, static]

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

Parameters:
array Input array pointer
element Input item to be appended to array
Returns:
Returns the new array pointer.

Definition at line 260 of file Array.h.

References FdoArrayHelper::AllocMore().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.