Otawa  0.10
otawa::ilp::Expression::Iterator Class Reference

#include <otawa/ilp/Expression.h>

Inheritance diagram for otawa::ilp::Expression::Iterator:
elm::genstruct::SLList< T, E >::Iterator elm::PreIterator< Iterator, const T & > otawa::ilp::AbstractConstraint::TermIter

Public Member Functions

 Iterator (const Expression *expr)
 
 Iterator (const Iterator &iter)
 
Iteratoroperator= (const Iterator &iter)
 
 operator bool (void) const
 
 operator const T & (void) const
 
Iteratoroperator++ (void)
 
Iteratoroperator++ (int)
 
const T & operator* (void) const
 
const T & operator-> (void) const
 

Constructor & Destructor Documentation

otawa::ilp::Expression::Iterator::Iterator ( const Expression expr)
inline
otawa::ilp::Expression::Iterator::Iterator ( const Iterator iter)
inline

Member Function Documentation

elm::PreIterator< Iterator , const T & >::operator bool ( void  ) const
inherited
elm::PreIterator< Iterator , const T & >::operator const T & ( void  ) const
inherited
const T & elm::PreIterator< Iterator , const T & >::operator* ( void  ) const
inherited
Iterator & elm::PreIterator< Iterator , const T & >::operator++ ( int  )
inherited
Iterator & elm::PreIterator< Iterator , const T & >::operator++ ( void  )
inherited
const T & elm::PreIterator< Iterator , const T & >::operator-> ( void  ) const
inherited
Iterator& otawa::ilp::Expression::Iterator::operator= ( const Iterator iter)
inline

The documentation for this class was generated from the following file: