Bincimap 2.0.16
Easy Imapping
|
#include <mailbox.h>
Public Member Functions | |
iterator (BaseIterator &i) | |
Message & | operator* (void) |
void | operator++ (void) |
bool | operator== (const iterator &) const |
bool | operator!= (const iterator &) const |
unsigned int | getSqnr () const |
void | erase (void) |
Protected Attributes | |
BaseIterator & | realIterator |
iterator | ( | BaseIterator & | i | ) |
Definition at line 49 of file mailbox.cc.
void erase | ( | void | ) |
unsigned int getSqnr | ( | void | ) | const |
bool operator!= | ( | const iterator & | i | ) | const |
Definition at line 73 of file mailbox.cc.
Message & operator* | ( | void | ) |
Definition at line 55 of file mailbox.cc.
void operator++ | ( | void | ) |
Definition at line 61 of file mailbox.cc.
bool operator== | ( | const iterator & | i | ) | const |
Definition at line 67 of file mailbox.cc.
|
protected |