An iterator class to go through all buckets of the calendar.
More...
#include <model.h>
List of all members.
Detailed Description
An iterator class to go through all buckets of the calendar.
Definition at line 310 of file model.h.
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++ |
( |
int |
|
) |
[inline] |
BucketIterator& frepple::Calendar::BucketIterator::operator++ |
( |
|
) |
[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: