30 template<
class LListBase,
class T>
35 this->append(&iter());
40 template<
class LListBase,
class T>
49 template<
class LListBase,
class T>
56 this->append(&iter());
61 template<
class LListBase,
class T>
68 template<
class LListBase,
class T>
74 if (this->size() != rhs.size())
84 for (; iter1 != this->end(); ++iter1, ++iter2)
93 template<
class LListBase,
class T>
An STL-conforming const_iterator.
Template class for intrusive linked lists.
void operator=(const UILList< LListBase, T > &)
Assignment operator.
bool equal(const T &s1, const T &s2)
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)