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 |
An iterator class to go through all buckets of the calendar.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |