template<class type>
std::list<type>::const_iterator FX::QValueList< type >::find ( typename std::list< type >::const_iterator  it,
const type &  d 
) const [inline]

Definition at line 113 of file qvaluelist.h.

00114     {
00115         for(; it!=std::list<type>::end(); ++it)
00116             if(*it==d) return it;
00117         return it;
00118     }


(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