Template Class LatticeElemList#

Inheritance Relationships#

Base Type#

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 void UpdateElem(bool (*Update)(T &info))#
inline bool operator|=(const LatticeElemList<T> &that)#