Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::Matrix1D< Row, Value, A >::EnumClassIter Class Reference

An Iterator for enum classes. More...

#include <enumclass_utils.h>

Collaboration diagram for jami::Matrix1D< Row, Value, A >::EnumClassIter:
Collaboration graph

Public Member Functions

 EnumClassIter (const Matrix1D< Row, Value, A > *p_vec, size_t pos)
 
bool operator!= (const EnumClassIter &other) const
 
Row operator* () const
 
const EnumClassIteroperator++ ()
 

Detailed Description

template<class Row, typename Value, typename A = Value>
class jami::Matrix1D< Row, Value, A >::EnumClassIter

An Iterator for enum classes.

Definition at line 61 of file enumclass_utils.h.

Constructor & Destructor Documentation

◆ EnumClassIter()

template<class Row , typename Value , typename A = Value>
jami::Matrix1D< Row, Value, A >::EnumClassIter::EnumClassIter ( const Matrix1D< Row, Value, A > *  p_vec,
size_t  pos 
)
inline

Definition at line 64 of file enumclass_utils.h.

Member Function Documentation

◆ operator!=()

template<class Row , typename Value , typename Accessor >
bool jami::Matrix1D< Row, Value, Accessor >::EnumClassIter::operator!= ( const EnumClassIter other) const

Definition at line 287 of file enumclass_utils.h.

References jami::emitSignal().

Here is the call graph for this function:

◆ operator*()

template<class Row , typename Value , typename A = Value>
Row jami::Matrix1D< Row, Value, A >::EnumClassIter::operator* ( ) const

◆ operator++()

template<class Row , typename Value , typename Accessor >
const Matrix1D< Row, Value, Accessor >::EnumClassIter & jami::Matrix1D< Row, Value, Accessor >::EnumClassIter::operator++ ( )

Definition at line 279 of file enumclass_utils.h.


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