Otawa  0.10
otawa::ExeInst< N >::NodeIterator Class Reference

Iterator on the list of nodes related to the instruction. More...

#include <>>

Inheritance diagram for otawa::ExeInst< N >::NodeIterator:
elm::genstruct::DLList< T, class >::Iterator elm::PreIterator< Iterator, const T & > elm::genstruct::DLList< T, class >::AbstractIterator otawa::ExeGraph< N >::InstNodeIterator

Public Member Functions

 NodeIterator (const ExeInst *inst)
 Constructor. More...
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
 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 inhstruct::DLListlist
 
DLNode * cur
 

Detailed Description

template<class N>
class otawa::ExeInst< N >::NodeIterator

Iterator on the list of nodes related to the instruction.

Constructor & Destructor Documentation

template<class N>
otawa::ExeInst< N >::NodeIterator::NodeIterator ( const ExeInst inst)
inline

Constructor.

Parameters
instThe instruction.

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

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