aimsdata  5.0.5
Neuroimaging data handling
SiteIterator< S > Class Template Reference

#include <aims/texdata/texdata.h>

Public Types

typedef SiteType< S >::type Site
 

Public Member Functions

Siteoperator* ()
 
SiteIterator< S > & operator++ ()
 
SiteIterator< S > & operator-- ()
 
bool operator== (const SiteIterator< S > &other) const
 
bool operator!= (const SiteIterator< S > &other) const
 

Detailed Description

template<typename S>
class SiteIterator< S >

Definition at line 83 of file texdata.h.

Member Typedef Documentation

◆ Site

template<typename S>
typedef SiteType<S>::type SiteIterator< S >::Site

Definition at line 85 of file texdata.h.

Member Function Documentation

◆ operator!=()

template<typename S>
bool SiteIterator< S >::operator!= ( const SiteIterator< S > &  other) const

◆ operator*()

template<typename S>
Site& SiteIterator< S >::operator* ( )

◆ operator++()

template<typename S>
SiteIterator<S>& SiteIterator< S >::operator++ ( )

◆ operator--()

template<typename S>
SiteIterator<S>& SiteIterator< S >::operator-- ( )

◆ operator==()

template<typename S>
bool SiteIterator< S >::operator== ( const SiteIterator< S > &  other) const

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