template<class TYPE>
FXint FX::dupElms ( TYPE *&  ptr,
const TYPE *  src,
unsigned long  n 
) [inline]

Allocate array of elements, initialized with bit-wise copy of src array.

Definition at line 113 of file FXElement.h.

References fxmemdup().

00113                                                                 {
00114   return fxmemdup((void**)&ptr,src,sizeof(TYPE)*n);
00115   }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:55 2009 for TnFOX by doxygen v1.4.7