template<class type>
std::list<type>::size_type FX::QValueList< type >::contains ( const type &  d  )  const [inline]

Definition at line 126 of file qvaluelist.h.

00127     {
00128         typename std::list<type>::size_type count=0;
00129         for(typename std::list<type>::const_iterator it=std::list<type>::begin(); it!=std::list<type>::end(); ++it)
00130             if(*it==d) count++;
00131         return count;
00132     }


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