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

An iterator over the distribution in the image. More...

#include <bbgm_image_of.h>

List of all members.

Public Member Functions

 iterator (dist *ptr)
 iterator (const iterator &other)
iteratoroperator++ ()
dist & operator* ()
dist * operator-> ()
bool operator== (const iterator &other)
bool operator!= (const iterator &other)

Private Attributes

dist * ptr_

Detailed Description

template<class dist>
class bbgm_image_of< dist >::iterator

An iterator over the distribution in the image.

Definition at line 72 of file bbgm_image_of.h.


Constructor & Destructor Documentation

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

Definition at line 75 of file bbgm_image_of.h.

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

Definition at line 76 of file bbgm_image_of.h.


Member Function Documentation

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

Definition at line 81 of file bbgm_image_of.h.

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

Definition at line 78 of file bbgm_image_of.h.

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

Definition at line 77 of file bbgm_image_of.h.

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

Definition at line 79 of file bbgm_image_of.h.

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

Definition at line 80 of file bbgm_image_of.h.


Member Data Documentation

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

Definition at line 84 of file bbgm_image_of.h.


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