Public Member Functions | |
Elem () | |
Elem (Element *val, Elem *next=0) | |
~Elem () | |
Public Attributes | |
Element * | d_val |
Elem * | d_next |
Definition at line 35 of file ElementList.hpp.
|
inline |
Definition at line 39 of file ElementList.hpp.
Definition at line 40 of file ElementList.hpp.
|
inline |
Elem* d_next |
Definition at line 37 of file ElementList.hpp.
Referenced by ElementList::append(), ElementList::ElementList(), ElementList::index(), ElementList::insert(), ElementList::move_to(), ElementList::next(), ElementList::operator=(), ElementList::remove(), and ~Elem().
Element* d_val |
Definition at line 36 of file ElementList.hpp.
Referenced by ElementList::ElementList(), ElementList::get(), ElementList::move_to(), ElementList::operator=(), and ElementList::remove().