template<class TYPE>
FXArray<TYPE>& FX::FXArray< TYPE >::erase ( FXint  pos,
FXint  n 
) [inline]

Remove n objects starting at pos.

Definition at line 213 of file FXArray.h.

References FX::moveElms(), FX::FXArray< TYPE >::no(), FX::FXArray< TYPE >::num, and FX::FXArray< TYPE >::ptr.

00213                                          {
00214     moveElms(ptr+pos,ptr+pos+n,num-n-pos); no(num-n);
00215     return *this;
00216     }


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