MBDyn-1.7.3
|
#include <naivemh.h>
Public Member Functions | |
const_iterator (const NaiveMatrixHandler &m, bool is_end=false) | |
~const_iterator (void) | |
const NaiveMatrixHandler::const_iterator & | operator++ (void) const |
const SparseMatrixHandler::SparseMatrixElement * | operator-> (void) const |
const SparseMatrixHandler::SparseMatrixElement & | operator* (void) const |
bool | operator== (const NaiveMatrixHandler::const_iterator &op) const |
bool | operator!= (const NaiveMatrixHandler::const_iterator &op) const |
Protected Member Functions | |
void | reset (bool is_end=false) |
Private Attributes | |
const NaiveMatrixHandler & | m |
integer | i_row |
SparseMatrixHandler::SparseMatrixElement | elem |
Friends | |
class | NaiveMatrixHandler |
NaiveMatrixHandler::const_iterator::const_iterator | ( | const NaiveMatrixHandler & | m, |
bool | is_end = false |
||
) |
Definition at line 480 of file naivemh.cc.
References reset().
NaiveMatrixHandler::const_iterator::~const_iterator | ( | void | ) |
Definition at line 486 of file naivemh.cc.
References NO_OP.
bool NaiveMatrixHandler::const_iterator::operator!= | ( | const NaiveMatrixHandler::const_iterator & | op | ) | const |
Definition at line 529 of file naivemh.cc.
References elem.
const SparseMatrixHandler::SparseMatrixElement & NaiveMatrixHandler::const_iterator::operator* | ( | void | ) | const |
Definition at line 517 of file naivemh.cc.
const NaiveMatrixHandler::const_iterator & NaiveMatrixHandler::const_iterator::operator++ | ( | void | ) | const |
Definition at line 492 of file naivemh.cc.
const SparseMatrixHandler::SparseMatrixElement * NaiveMatrixHandler::const_iterator::operator-> | ( | void | ) | const |
Definition at line 511 of file naivemh.cc.
bool NaiveMatrixHandler::const_iterator::operator== | ( | const NaiveMatrixHandler::const_iterator & | op | ) | const |
Definition at line 523 of file naivemh.cc.
References elem.
Definition at line 458 of file naivemh.cc.
References SparseMatrixHandler::SparseMatrixElement::dCoef, elem, i_row, SparseMatrixHandler::SparseMatrixElement_base::iCol, SparseMatrixHandler::SparseMatrixElement_base::iRow, NaiveMatrixHandler::iSize, m, NaiveMatrixHandler::piNzr, NaiveMatrixHandler::ppdRows, and NaiveMatrixHandler::ppiRows.
Referenced by const_iterator().
|
friend |
|
mutableprivate |
Definition at line 78 of file naivemh.h.
Referenced by operator!=(), operator==(), and reset().
|
mutableprivate |
|
private |