gsl::const_matrix_iterator Class Reference

#include <mia/core/gsl_matrix.hh>

Public Member Functions

 const_matrix_iterator (const gsl_matrix *m, bool begin)
 
 const_matrix_iterator (const matrix_iterator &other)
 
 const_matrix_iterator ()
 
 const_matrix_iterator (const const_matrix_iterator &other)=default
 
double operator* () const
 
const_matrix_iteratoroperator++ ()
 
const_matrix_iterator operator++ (int)
 

Friends

bool operator!= (const const_matrix_iterator &lhs, const const_matrix_iterator &rhs)
 
bool operator== (const const_matrix_iterator &lhs, const const_matrix_iterator &rhs)
 

Detailed Description

Definition at line 88 of file gsl_matrix.hh.

Constructor & Destructor Documentation

◆ const_matrix_iterator() [1/4]

gsl::const_matrix_iterator::const_matrix_iterator ( const gsl_matrix *  m,
bool  begin 
)
inline

Definition at line 90 of file gsl_matrix.hh.

◆ const_matrix_iterator() [2/4]

gsl::const_matrix_iterator::const_matrix_iterator ( const matrix_iterator other)
inline

Definition at line 98 of file gsl_matrix.hh.

◆ const_matrix_iterator() [3/4]

gsl::const_matrix_iterator::const_matrix_iterator ( )
inline

Definition at line 106 of file gsl_matrix.hh.

◆ const_matrix_iterator() [4/4]

gsl::const_matrix_iterator::const_matrix_iterator ( const const_matrix_iterator other)
default

Member Function Documentation

◆ operator*()

double gsl::const_matrix_iterator::operator* ( ) const
inline

Definition at line 116 of file gsl_matrix.hh.

◆ operator++() [1/2]

const_matrix_iterator& gsl::const_matrix_iterator::operator++ ( )
inline

Definition at line 121 of file gsl_matrix.hh.

◆ operator++() [2/2]

const_matrix_iterator gsl::const_matrix_iterator::operator++ ( int  )
inline

Definition at line 132 of file gsl_matrix.hh.

References EXPORT_GSL, gsl::operator!=(), and gsl::operator==().

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const const_matrix_iterator lhs,
const const_matrix_iterator rhs 
)
friend

◆ operator==

bool operator== ( const const_matrix_iterator lhs,
const const_matrix_iterator rhs 
)
friend

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