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