Public Member Functions | Private Attributes
bbgm_feature_image< f_type_ >::const_iterator Class Reference

#include <bbgm_feature_image.h>

List of all members.

Public Member Functions

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

Private Attributes

const f_type_ * ptr_

Detailed Description

template<class f_type_>
class bbgm_feature_image< f_type_ >::const_iterator

Definition at line 91 of file bbgm_feature_image.h.


Constructor & Destructor Documentation

template<class f_type_>
bbgm_feature_image< f_type_ >::const_iterator::const_iterator ( const f_type_ *  ptr) [inline]

Definition at line 94 of file bbgm_feature_image.h.

template<class f_type_>
bbgm_feature_image< f_type_ >::const_iterator::const_iterator ( const const_iterator other) [inline]

Definition at line 95 of file bbgm_feature_image.h.


Member Function Documentation

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

Definition at line 100 of file bbgm_feature_image.h.

template<class f_type_>
const f_type_& bbgm_feature_image< f_type_ >::const_iterator::operator* ( ) [inline]

Definition at line 97 of file bbgm_feature_image.h.

template<class f_type_>
const_iterator& bbgm_feature_image< f_type_ >::const_iterator::operator++ ( ) [inline]

Definition at line 96 of file bbgm_feature_image.h.

template<class f_type_>
const f_type_* bbgm_feature_image< f_type_ >::const_iterator::operator-> ( ) [inline]

Definition at line 98 of file bbgm_feature_image.h.

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

Definition at line 99 of file bbgm_feature_image.h.


Member Data Documentation

template<class f_type_>
const f_type_* bbgm_feature_image< f_type_ >::const_iterator::ptr_ [private]

Definition at line 103 of file bbgm_feature_image.h.


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