template<class type>
Definition at line 89 of file qvaluelist.h. Referenced by FX::QValueList< FX::Pol::knowReferrers::ReferrerEntry >::operator[](), and FX::QStringList::operator[](). 00089 { typename std::list<type>::iterator it; for(it=std::list<type>::begin(); i; --i, ++it); return it; }
|