PPL
1.2
|
#include "Doubly_Linked_Object_defs.hh"
Go to the source code of this file.
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... | |