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

Allocate array of elements, initialized with zero.

Definition at line 106 of file FXElement.h.

References fxcalloc().

00106                                                    {
00107   return fxcalloc((void**)&ptr,sizeof(TYPE)*n);
00108   }


(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