Iterator over the elements of a DependencySet. More...
#include <DependencySet.h>
Public Member Functions | |
bool | operator== (const DependencySetIterator &iter) const |
bool | operator!= (const DependencySetIterator &iter) const |
DependencySetIterator & | operator++ () |
DependencySetIterator | operator++ (int) |
DependencySetIterator & | operator-- () |
DependencySetIterator | operator-- (int) |
const DomainInstanceDecl * | operator* () const |
const DomainInstanceDecl * | operator-> () const |
Friends | |
class | DependencySet |
Iterator over the elements of a DependencySet.
Definition at line 29 of file DependencySet.h.
bool comma::DependencySetIterator::operator!= | ( | const DependencySetIterator & | iter | ) | const [inline] |
Definition at line 48 of file DependencySet.h.
const DomainInstanceDecl * comma::DependencySetIterator::operator* | ( | ) | const [inline] |
Definition at line 124 of file DependencySet.h.
DependencySetIterator comma::DependencySetIterator::operator++ | ( | int | ) | [inline] |
Definition at line 57 of file DependencySet.h.
DependencySetIterator& comma::DependencySetIterator::operator++ | ( | ) | [inline] |
Definition at line 52 of file DependencySet.h.
DependencySetIterator comma::DependencySetIterator::operator-- | ( | int | ) | [inline] |
Definition at line 68 of file DependencySet.h.
DependencySetIterator& comma::DependencySetIterator::operator-- | ( | ) | [inline] |
Definition at line 63 of file DependencySet.h.
const DomainInstanceDecl * comma::DependencySetIterator::operator-> | ( | ) | const [inline] |
Definition at line 128 of file DependencySet.h.
bool comma::DependencySetIterator::operator== | ( | const DependencySetIterator & | iter | ) | const [inline] |
Definition at line 44 of file DependencySet.h.
friend class DependencySet [friend] |
Definition at line 41 of file DependencySet.h.