Otawa  0.10
otawa::ilp::AbstractSystem::VarIter Class Reference

#include <otawa/ilp/AbstractSystem.h>

Inheritance diagram for otawa::ilp::AbstractSystem::VarIter:
elm::genstruct::FragTable< T >::Iterator elm::PreIterator< Iterator, const T & >

Public Member Functions

 VarIter (AbstractSystem *sys)
 
void next (void)
 
const T & item (void) const
 
bool ended (void) const
 
 operator bool (void) const
 
 operator const T & (void) const
 
Iteratoroperator++ (void)
 
Iteratoroperator++ (int)
 
const T & operator* (void) const
 
const T & operator-> (void) const
 

Protected Attributes

const FragTable< T > * arr
 
int i
 
int len
 

Constructor & Destructor Documentation

otawa::ilp::AbstractSystem::VarIter::VarIter ( AbstractSystem sys)
inline

Member Function Documentation

void otawa::ilp::AbstractSystem::VarIter::next ( void  )
inline
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

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