Public Member Functions

OA::OverlapSymIterator Class Reference

An iterator over Symbols. More...

#include <OverlapSymIterator.hpp>

Inheritance diagram for OA::OverlapSymIterator:
Inheritance graph
[legend]
Collaboration diagram for OA::OverlapSymIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OverlapSymIterator (OA::OA_ptr< set< OA::SymHandle > > pSet)
 ~OverlapSymIterator ()
void operator++ ()
bool isValid () const
 is the iterator at the end
OA::SymHandle current () const
 return current node
void reset ()

Detailed Description

An iterator over Symbols.

Definition at line 23 of file OverlapSymIterator.hpp.


Constructor & Destructor Documentation

OA::OverlapSymIterator::OverlapSymIterator ( OA::OA_ptr< set< OA::SymHandle > >  pSet  )  [inline]

Definition at line 27 of file OverlapSymIterator.hpp.

OA::OverlapSymIterator::~OverlapSymIterator (  )  [inline]

Definition at line 29 of file OverlapSymIterator.hpp.


Member Function Documentation

OA::SymHandle OA::OverlapSymIterator::current (  )  const [inline, virtual]

return current node

Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.

Definition at line 34 of file OverlapSymIterator.hpp.

Referenced by reset().

bool OA::OverlapSymIterator::isValid (  )  const [inline, virtual]

is the iterator at the end

Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.

Definition at line 32 of file OverlapSymIterator.hpp.

void OA::OverlapSymIterator::operator++ (  )  [inline, virtual]

Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.

Definition at line 31 of file OverlapSymIterator.hpp.

void OA::OverlapSymIterator::reset (  )  [inline, virtual]

Reimplemented from OA::IRHandleSetIterator< OA::SymHandle >.

Definition at line 36 of file OverlapSymIterator.hpp.

References current().

Here is the call graph for this function:


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