blitz  Version 0.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
RowMajorIterator Class Reference

#include <matgen.h>

Inheritance diagram for RowMajorIterator:
GeneralIterator

List of all members.

Public Member Functions

 RowMajorIterator (unsigned rows, unsigned cols)
void operator++ ()
- Public Member Functions inherited from GeneralIterator
 GeneralIterator (unsigned rows, unsigned cols)
unsigned offset () const
 operator bool () const
unsigned row () const
unsigned col () const

Additional Inherited Members

- Protected Attributes inherited from GeneralIterator
unsigned rows_
unsigned cols_
unsigned offset_
unsigned i_
unsigned j_
bool good_

Constructor & Destructor Documentation

RowMajorIterator::RowMajorIterator ( unsigned  rows,
unsigned  cols 
)
inline

Member Function Documentation

void RowMajorIterator::operator++ ( )
inline

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