Public Member Functions | Private Attributes
bbgm_image_of< dist >::const_iterator Class Reference

#include <bbgm_image_of.h>

List of all members.

Public Member Functions

 const_iterator (const dist *ptr)
 const_iterator (const const_iterator &other)
const_iteratoroperator++ ()
const dist & operator* ()
const dist * operator-> ()
bool operator== (const const_iterator &other)
bool operator!= (const const_iterator &other)

Private Attributes

const dist * ptr_

Detailed Description

template<class dist>
class bbgm_image_of< dist >::const_iterator

Definition at line 87 of file bbgm_image_of.h.


Constructor & Destructor Documentation

template<class dist>
bbgm_image_of< dist >::const_iterator::const_iterator ( const dist *  ptr) [inline]

Definition at line 90 of file bbgm_image_of.h.

template<class dist>
bbgm_image_of< dist >::const_iterator::const_iterator ( const const_iterator other) [inline]

Definition at line 91 of file bbgm_image_of.h.


Member Function Documentation

template<class dist>
bool bbgm_image_of< dist >::const_iterator::operator!= ( const const_iterator other) [inline]

Definition at line 96 of file bbgm_image_of.h.

template<class dist>
const dist& bbgm_image_of< dist >::const_iterator::operator* ( ) [inline]

Definition at line 93 of file bbgm_image_of.h.

template<class dist>
const_iterator& bbgm_image_of< dist >::const_iterator::operator++ ( ) [inline]

Definition at line 92 of file bbgm_image_of.h.

template<class dist>
const dist* bbgm_image_of< dist >::const_iterator::operator-> ( ) [inline]

Definition at line 94 of file bbgm_image_of.h.

template<class dist>
bool bbgm_image_of< dist >::const_iterator::operator== ( const const_iterator other) [inline]

Definition at line 95 of file bbgm_image_of.h.


Member Data Documentation

template<class dist>
const dist* bbgm_image_of< dist >::const_iterator::ptr_ [private]

Definition at line 99 of file bbgm_image_of.h.


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