#include <bbgm_image_of.h>
Public Member Functions | |
const_iterator (const dist *ptr) | |
const_iterator (const const_iterator &other) | |
const_iterator & | operator++ () |
const dist & | operator* () |
const dist * | operator-> () |
bool | operator== (const const_iterator &other) |
bool | operator!= (const const_iterator &other) |
Private Attributes | |
const dist * | ptr_ |
Definition at line 87 of file bbgm_image_of.h.
bbgm_image_of< dist >::const_iterator::const_iterator | ( | const dist * | ptr | ) | [inline] |
Definition at line 90 of file bbgm_image_of.h.
bbgm_image_of< dist >::const_iterator::const_iterator | ( | const const_iterator & | other | ) | [inline] |
Definition at line 91 of file bbgm_image_of.h.
bool bbgm_image_of< dist >::const_iterator::operator!= | ( | const const_iterator & | other | ) | [inline] |
Definition at line 96 of file bbgm_image_of.h.
const dist& bbgm_image_of< dist >::const_iterator::operator* | ( | ) | [inline] |
Definition at line 93 of file bbgm_image_of.h.
const_iterator& bbgm_image_of< dist >::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 92 of file bbgm_image_of.h.
const dist* bbgm_image_of< dist >::const_iterator::operator-> | ( | ) | [inline] |
Definition at line 94 of file bbgm_image_of.h.
bool bbgm_image_of< dist >::const_iterator::operator== | ( | const const_iterator & | other | ) | [inline] |
Definition at line 95 of file bbgm_image_of.h.
const dist* bbgm_image_of< dist >::const_iterator::ptr_ [private] |
Definition at line 99 of file bbgm_image_of.h.