Template Class LatticeElemList#
Defined in File LatticeElemList.h
Inheritance Relationships#
Base Type#
public DoublyLinkedListWrap< T >(Template Class DoublyLinkedListWrap)
Class Documentation#
-
template<class T>
class LatticeElemList : public DoublyLinkedListWrap<T># Public Types
-
typedef DoublyLinkedListWrap<T>::iterator iterator#
-
typedef DoublyLinkedListWrap<T>::const_iterator const_iterator#
Public Functions
-
inline LatticeElemList()#
-
inline LatticeElemList(const LatticeElemList<T> &that)#
-
inline bool AddElem(const T &_item, LatticeElemMerge<T> *Merge = 0)#
-
inline bool operator|=(const LatticeElemList<T> &that)#
-
typedef DoublyLinkedListWrap<T>::iterator iterator#