FEI Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fei::ctg_set< T >::const_iterator Class Reference

#include <fei_ctg_set.hpp>

Public Member Functions

 const_iterator ()
 
 const_iterator (const ctg_set< T > *_set, const T &val, int i)
 
 const_iterator (const const_iterator &src)
 
virtual ~const_iterator ()
 
const T & operator* () const
 
const_iteratoroperator++ ()
 
const_iteratoroperator= (const const_iterator &src)
 
bool operator== (const const_iterator &rhs)
 
bool operator!= (const const_iterator &rhs)
 

Detailed Description

template<typename T>
class fei::ctg_set< T >::const_iterator

const_iterator

Definition at line 64 of file fei_ctg_set.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

template<typename T >
fei::ctg_set< T >::const_iterator::const_iterator ( )
inline

constructor

Definition at line 67 of file fei_ctg_set.hpp.

◆ const_iterator() [2/3]

template<typename T >
fei::ctg_set< T >::const_iterator::const_iterator ( const ctg_set< T > *  _set,
const T &  val,
int  i 
)
inline

constructor

Definition at line 71 of file fei_ctg_set.hpp.

◆ const_iterator() [3/3]

template<typename T >
fei::ctg_set< T >::const_iterator::const_iterator ( const const_iterator src)
inline

constructor

Definition at line 85 of file fei_ctg_set.hpp.

◆ ~const_iterator()

template<typename T >
virtual fei::ctg_set< T >::const_iterator::~const_iterator ( )
inlinevirtual

destructor

Definition at line 90 of file fei_ctg_set.hpp.

Member Function Documentation

◆ operator*()

template<typename T >
const T & fei::ctg_set< T >::const_iterator::operator* ( ) const
inline

operator*

Definition at line 93 of file fei_ctg_set.hpp.

◆ operator++()

template<typename T >
const_iterator & fei::ctg_set< T >::const_iterator::operator++ ( )
inline

operator++

Definition at line 96 of file fei_ctg_set.hpp.

◆ operator=()

template<typename T >
const_iterator & fei::ctg_set< T >::const_iterator::operator= ( const const_iterator src)
inline

operator=

Definition at line 116 of file fei_ctg_set.hpp.

◆ operator==()

template<typename T >
bool fei::ctg_set< T >::const_iterator::operator== ( const const_iterator rhs)
inline

operator==

Definition at line 126 of file fei_ctg_set.hpp.

◆ operator!=()

template<typename T >
bool fei::ctg_set< T >::const_iterator::operator!= ( const const_iterator rhs)
inline

operator!=

Definition at line 132 of file fei_ctg_set.hpp.


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