frepple::Calendar::BucketIterator Class Reference
An iterator class to go through all buckets of the calendar. More...
#include <model.h>
Public Member Functions | |
BucketIterator (Bucket *b=NULL) | |
bool | operator!= (const BucketIterator &b) const |
Bucket & | operator* () const |
BucketIterator & | operator++ () |
BucketIterator | operator++ (int) |
BucketIterator & | operator-- () |
BucketIterator | operator-- (int) |
Bucket * | operator-> () const |
bool | operator== (const BucketIterator &b) const |
Detailed Description
An iterator class to go through all buckets of the calendar.
Constructor & Destructor Documentation
frepple::Calendar::BucketIterator::BucketIterator | ( | Bucket * | b = NULL | ) | [inline] |
Member Function Documentation
bool frepple::Calendar::BucketIterator::operator!= | ( | const BucketIterator & | b | ) | const [inline] |
Bucket& frepple::Calendar::BucketIterator::operator* | ( | ) | const [inline] |
BucketIterator& frepple::Calendar::BucketIterator::operator++ | ( | ) | [inline] |
BucketIterator frepple::Calendar::BucketIterator::operator++ | ( | int | ) | [inline] |
BucketIterator& frepple::Calendar::BucketIterator::operator-- | ( | ) | [inline] |
BucketIterator frepple::Calendar::BucketIterator::operator-- | ( | int | ) | [inline] |
Bucket* frepple::Calendar::BucketIterator::operator-> | ( | ) | const [inline] |
bool frepple::Calendar::BucketIterator::operator== | ( | const BucketIterator & | b | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
