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