Otawa  0.10
otawa::BackwardCFGAdapter::Predecessor Class Reference

#include <otawa/cfg/CFGAdapter.h>

Inheritance diagram for otawa::BackwardCFGAdapter::Predecessor:
elm::PreIterator< Predecessor, Edge >

Public Member Functions

 Predecessor (const BackwardCFGAdapter &g, const Vertex &v)
 
bool ended (void) const
 
const Edge item (void) const
 
void next (void)
 
 operator bool (void) const
 
 operator Edge (void) const
 
Predecessoroperator++ (void)
 
Predecessoroperator++ (int)
 
Edge operator* (void) const
 
Edge operator-> (void) const
 

Private Member Functions

void step (void)
 

Private Attributes

BasicBlock::OutIterator iter
 

Constructor & Destructor Documentation

otawa::BackwardCFGAdapter::Predecessor::Predecessor ( const BackwardCFGAdapter g,
const Vertex v 
)
inline

References step().

Member Function Documentation

bool otawa::BackwardCFGAdapter::Predecessor::ended ( void  ) const
inline

References iter.

const Edge otawa::BackwardCFGAdapter::Predecessor::item ( void  ) const
inline

References iter.

void otawa::BackwardCFGAdapter::Predecessor::next ( void  )
inline

References iter, and step().

elm::PreIterator< Predecessor , Edge >::operator bool ( void  ) const
inherited
elm::PreIterator< Predecessor , Edge >::operator Edge ( void  ) const
inherited
Edge elm::PreIterator< Predecessor , Edge >::operator* ( void  ) const
inherited
Predecessor & elm::PreIterator< Predecessor , Edge >::operator++ ( int  )
inherited
Predecessor & elm::PreIterator< Predecessor , Edge >::operator++ ( void  )
inherited
Edge elm::PreIterator< Predecessor , Edge >::operator-> ( void  ) const
inherited
void otawa::BackwardCFGAdapter::Predecessor::step ( void  )
inlineprivate

References otawa::Edge::CALL, and iter.

Referenced by next(), and Predecessor().

Member Data Documentation

BasicBlock::OutIterator otawa::BackwardCFGAdapter::Predecessor::iter
private

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


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