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