Otawa  0.10
otawa::display::CFGAdapter::Iterator Class Reference

#include <otawa/display/CFGAdapter.h>

Inheritance diagram for otawa::display::CFGAdapter::Iterator:
elm::PreIterator< Iterator, Vertex >

Public Member Functions

 Iterator (const CFGAdapter &adapter)
 
 Iterator (const Iterator &_iter)
 
bool ended (void) const
 
Vertex item (void) const
 
void next (void)
 
 operator bool (void) const
 
 operator Vertex (void) const
 
Iteratoroperator++ (void)
 
Iteratoroperator++ (int)
 
Vertex operator* (void) const
 
Vertex operator-> (void) const
 

Private Attributes

CFG::BBIterator iter
 

Constructor & Destructor Documentation

otawa::display::CFGAdapter::Iterator::Iterator ( const CFGAdapter adapter)
inline
otawa::display::CFGAdapter::Iterator::Iterator ( const Iterator _iter)
inline

Member Function Documentation

bool otawa::display::CFGAdapter::Iterator::ended ( void  ) const
inline

References iter.

Vertex otawa::display::CFGAdapter::Iterator::item ( void  ) const
inline

References iter.

void otawa::display::CFGAdapter::Iterator::next ( void  )
inline

References iter.

elm::PreIterator< Iterator , Vertex >::operator bool ( void  ) const
inherited
elm::PreIterator< Iterator , Vertex >::operator Vertex ( void  ) const
inherited
Vertex elm::PreIterator< Iterator , Vertex >::operator* ( void  ) const
inherited
Iterator & elm::PreIterator< Iterator , Vertex >::operator++ ( int  )
inherited
Iterator & elm::PreIterator< Iterator , Vertex >::operator++ ( void  )
inherited
Vertex elm::PreIterator< Iterator , Vertex >::operator-> ( void  ) const
inherited

Member Data Documentation

CFG::BBIterator otawa::display::CFGAdapter::Iterator::iter
private

Referenced by ended(), item(), and next().


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