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

Allocate array of elements, uninitialized.

Definition at line 99 of file FXElement.h.

References fxmalloc().

Referenced by FX::FXArray< TYPE >::FXArray().

00099                                                   {
00100   return fxmalloc((void**)&ptr,sizeof(TYPE)*n);
00101   }


(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