|
PPL
1.2
|
#include "EList_Iterator_types.hh"#include "Doubly_Linked_Object_types.hh"#include "EList_Iterator_inlines.hh"

Go to the source code of this file.
Classes | |
| class | Parma_Polyhedra_Library::Implementation::EList_Iterator< T > |
| A class providing iterators for embedded lists. More... | |
Namespaces | |
| Parma_Polyhedra_Library | |
| The entire library is confined to this namespace. | |
| Parma_Polyhedra_Library::Implementation | |
| Implementation related data and functions. | |
Functions | |
| template<typename T > | |
| bool | Parma_Polyhedra_Library::Implementation::operator== (const EList_Iterator< T > &x, const EList_Iterator< T > &y) |
Returns true if and only if x and y are equal. More... | |
| template<typename T > | |
| bool | Parma_Polyhedra_Library::Implementation::operator!= (const EList_Iterator< T > &x, const EList_Iterator< T > &y) |
Returns true if and only if x and y are different. More... | |