|
PolyBoRi
|
An iterator which virtually does nothing. More...
#include <pbori_func.h>
Public Types | |
| typedef dummy_iterator | self |
| Type of *this. | |
Public Member Functions | |
| template<class Type > | |
| const self & | operator= (const Type &) const |
| const self & | operator* () const |
| const self & | operator++ () const |
| const self & | operator++ (int) const |
An iterator which virtually does nothing.
Type of *this.
| const self& polybori::dummy_iterator::operator* | ( | ) | const [inline] |
| const self& polybori::dummy_iterator::operator++ | ( | int | ) | const [inline] |
| const self& polybori::dummy_iterator::operator++ | ( | ) | const [inline] |
| const self& polybori::dummy_iterator::operator= | ( | const Type & | ) | const [inline] |
1.7.4