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

Definition at line 223 of file qmemarray.h.

00224     {
00225         if(extArray) throw "Not implemented for external arrays";
00226         const Base &me=*this;
00227         return me==o;
00228     }


(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