#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::col | ( | ) | const [inline] |
unsigned GeneralIterator::offset | ( | ) | const [inline] |
GeneralIterator::operator bool | ( | ) | const [inline] |
unsigned GeneralIterator::row | ( | ) | const [inline] |
unsigned GeneralIterator::cols_ [protected] |
bool GeneralIterator::good_ [protected] |
unsigned GeneralIterator::i_ [protected] |
unsigned GeneralIterator::j_ [protected] |
unsigned GeneralIterator::offset_ [protected] |
unsigned GeneralIterator::rows_ [protected] |