#include <matgen.h>
Inheritance diagram for GeneralIterator:

Public Member Functions | |
| GeneralIterator (unsigned rows, unsigned cols) | |
| unsigned | offset () const |
| operator bool () const | |
| unsigned | row () const |
| unsigned | col () const |
Protected Attributes | |
| unsigned | rows_ |
| unsigned | cols_ |
| unsigned | offset_ |
| unsigned | i_ |
| unsigned | j_ |
| bool | good_ |
| GeneralIterator::GeneralIterator | ( | unsigned | rows, | |
| unsigned | cols | |||
| ) | [inline] |
| unsigned GeneralIterator::offset | ( | ) | const [inline] |
| GeneralIterator::operator bool | ( | ) | const [inline] |
| unsigned GeneralIterator::row | ( | ) | const [inline] |
| unsigned GeneralIterator::col | ( | ) | const [inline] |
unsigned GeneralIterator::rows_ [protected] |
unsigned GeneralIterator::cols_ [protected] |
unsigned GeneralIterator::offset_ [protected] |
unsigned GeneralIterator::i_ [protected] |
unsigned GeneralIterator::j_ [protected] |
bool GeneralIterator::good_ [protected] |
1.5.2