PPL  1.2
EList_Iterator_defs.hh File Reference
Include dependency graph for EList_Iterator_defs.hh:
This graph shows which files directly or indirectly include this file:

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...