Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
Mailbox::iterator Class Reference

#include <mailbox.h>

Public Member Functions

 iterator (BaseIterator &i)
 
Messageoperator* (void)
 
void operator++ (void)
 
bool operator== (const iterator &) const
 
bool operator!= (const iterator &) const
 
unsigned int getSqnr () const
 
void erase (void)
 

Protected Attributes

BaseIteratorrealIterator
 

Detailed Description

Definition at line 50 of file mailbox.h.

Constructor & Destructor Documentation

◆ iterator()

Definition at line 49 of file mailbox.cc.

Member Function Documentation

◆ erase()

void erase ( void  )

Definition at line 79 of file mailbox.cc.

Here is the caller graph for this function:

◆ getSqnr()

unsigned int getSqnr ( void  ) const

Definition at line 85 of file mailbox.cc.

Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const iterator i) const

Definition at line 73 of file mailbox.cc.

◆ operator*()

Message & operator* ( void  )

Definition at line 55 of file mailbox.cc.

◆ operator++()

void operator++ ( void  )

Definition at line 61 of file mailbox.cc.

◆ operator==()

bool operator== ( const iterator i) const

Definition at line 67 of file mailbox.cc.

Field Documentation

◆ realIterator

BaseIterator& realIterator
protected

Definition at line 64 of file mailbox.h.


The documentation for this class was generated from the following files: