#include <ElementConList.hpp>
Collaboration diagram for DAPTA::ElementConListIterator:

Public Types | |
| typedef ElementConList::ListType | ListType |
| typedef ElementConList::ListIterator | ListIterator |
| typedef ElementConListIterator | iterator |
Public Member Functions | |
| ElementConListIterator () | |
| ElementConListIterator (ElementConList *_list, ListIterator _iter) | |
| ~ElementConListIterator () | |
Private Member Functions | |
| void | increment () |
| void | decrement () |
| bool | equal (iterator const &other) const |
| ElementConList::ListData & | dereference () const |
Private Attributes | |
| ElementConList * | circ_list |
| ListIterator | list_iter |
Friends | |
| class | boost::iterator_core_access |
| class | ElementConList |
Special iterator (based on boost::iterator_facade) for use with an element connectivity list
Definition at line 84 of file ElementConList.hpp.
1.5.1