template<typename type, class allocator>
bool FX::QMemArray< type, allocator >::isNull (  )  const [inline]

Returns true if the array is empty.

Definition at line 113 of file qmemarray.h.

Referenced by FX::QMemArray< FX::FXCodeToPythonCode::CodeItem >::isEmpty().

00113 { return (extArray) ? extArrayLen!=0 : Base::empty(); }


(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