#include <DeclarativeRegion.h>
Classes | |
| struct | Predicate |
Public Member Functions | |
| bool | operator== (const PredIter &iter) |
| bool | operator!= (const PredIter &iter) |
| PredIter & | operator++ () |
| PredIter | operator++ (int) |
| Decl * | operator* () |
Friends | |
| class | DeclarativeRegion |
Definition at line 90 of file DeclarativeRegion.h.
| bool comma::DeclarativeRegion::PredIter::operator!= | ( | const PredIter & | iter | ) | [inline] |
Definition at line 128 of file DeclarativeRegion.h.
| Decl* comma::DeclarativeRegion::PredIter::operator* | ( | ) | [inline] |
Definition at line 149 of file DeclarativeRegion.h.
| PredIter comma::DeclarativeRegion::PredIter::operator++ | ( | int | ) | [inline] |
Definition at line 140 of file DeclarativeRegion.h.
| PredIter& comma::DeclarativeRegion::PredIter::operator++ | ( | ) | [inline] |
Definition at line 132 of file DeclarativeRegion.h.
| bool comma::DeclarativeRegion::PredIter::operator== | ( | const PredIter & | iter | ) | [inline] |
Definition at line 124 of file DeclarativeRegion.h.
friend class DeclarativeRegion [friend] |
Definition at line 91 of file DeclarativeRegion.h.
1.5.7.1