template<typename type, class allocator>
bool FX::QMemArray< type, allocator >::operator!= ( const QMemArray< type, allocator > &  o  )  const [inline]

Definition at line 229 of file qmemarray.h.

00230     {
00231         if(extArray) throw "Not implemented for external arrays";
00232         const Base &me=*this;
00233         return me!=o;
00234     }


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