Otawa  0.10
otawa::dfa::BitSet::Iterator Class Reference

Iterator on the item contained in a bit set. More...

#include <otawa/dfa/BitSet.h>

Inheritance diagram for otawa::dfa::BitSet::Iterator:
elm::BitVector::OneIterator elm::PreIterator< OneIterator, int >

Public Member Functions

 Iterator (const BitSet &set)
 Build an iterator on the items of the given bit set. More...
 
int item (void) const
 
bool ended (void) const
 
void next (void)
 
 operator bool (void) const
 
 operator int (void) const
 
OneIteratoroperator++ (void)
 
OneIteratoroperator++ (int)
 
int operator* (void) const
 
int operator-> (void) const
 

Detailed Description

Iterator on the item contained in a bit set.

Constructor & Destructor Documentation

otawa::dfa::BitSet::Iterator::Iterator ( const BitSet set)
inline

Build an iterator on the items of the given bit set.

Parameters
setSet to iterate on items of.

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