Bincimap 2.0.16
Easy Imapping
|
#include <pendingupdates.h>
Public Member Functions | |
unsigned int | operator* (void) const |
void | operator++ (void) |
bool | operator!= (expunged_const_iterator) const |
bool | operator== (expunged_const_iterator) const |
expunged_const_iterator (void) | |
expunged_const_iterator (std::vector< unsigned int >::iterator i) | |
Definition at line 27 of file pendingupdates.h.
expunged_const_iterator | ( | void | ) |
Definition at line 90 of file pendingupdates.cc.
expunged_const_iterator | ( | std::vector< unsigned int >::iterator | i | ) |
bool operator!= | ( | expunged_const_iterator | i | ) | const |
Definition at line 118 of file pendingupdates.cc.
unsigned int operator* | ( | void | ) | const |
Definition at line 100 of file pendingupdates.cc.
void operator++ | ( | void | ) |
Definition at line 106 of file pendingupdates.cc.
bool operator== | ( | expunged_const_iterator | i | ) | const |
Definition at line 112 of file pendingupdates.cc.