![]() |
AlgoPlus v0.1.0
|
Iterator for Mat2d class. More...
#include <mat_2d.h>
Public Member Functions | |
| Iterator (T *_arr, size_t rows, size_t cols, size_t index) noexcept | |
| constructor for Iterator class | |
| Iterator & | operator= (T *curr) |
| operator = for Iterator class | |
| Iterator & | operator++ () |
| operator ++ for Iterator class | |
| Iterator & | operator++ (int) |
| Iterator & | operator-- () |
| operator – for Iterator class | |
| Iterator & | operator-- (int) |
| operator – for Iterator class | |
| bool | operator!= (const Iterator &it) |
| operator != for Iterator class | |
| template<typename A, size_t CCOLS> | |
| Mat1d< A, CCOLS > & | operator* () |
| operator * for Iterator class | |
|
inlineexplicitnoexcept |
|
inline |
operator != for Iterator class
|
inline |
operator * for Iterator class