Public Member Functions | |
| LevelEqualTo (const unsigned int level) | |
| template<class Iterator > | |
| bool | operator() (const Iterator &i) const |
Protected Attributes | |
| const unsigned int | level |
Filter for iterators that evaluates to true if either the iterator is past the end or the level of the object pointed to is equal to a value given to the constructor.
Definition at line 119 of file filtered_iterator.h.
| IteratorFilters::LevelEqualTo::LevelEqualTo | ( | const unsigned int | level ) | [inline] |
Constructor. Store the level which iterators shall have to be evaluated to true.
Definition at line 1108 of file filtered_iterator.h.
| bool IteratorFilters::LevelEqualTo::operator() | ( | const Iterator & | i ) | const [inline] |
Evaluation operator. Returns true if either the level of the object pointed to is equal to the stored value or the iterator is past the end.
Definition at line 1118 of file filtered_iterator.h.
References level.
const unsigned int IteratorFilters::LevelEqualTo::level [protected] |
Stored value to compare the level with.
Definition at line 145 of file filtered_iterator.h.
Referenced by operator()().
documentation generated on Fri Feb 3 2012 06:04:15 by
doxygen
1.7.2