template<class TYPE>
void FX::clearElms ( TYPE *  dst,
unsigned long  n 
) [inline]

Zero out array of elements.

Definition at line 78 of file FXElement.h.

00078                                                 {
00079   memset(dst,0,sizeof(TYPE)*n);
00080   }


(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