MBDyn-1.7.3
|
#include <fullmh.h>
Public Member Functions | |
const_iterator (const FullMatrixHandler &m, bool is_end=false) | |
~const_iterator (void) | |
const FullMatrixHandler::const_iterator & | operator++ (void) const |
const SparseMatrixHandler::SparseMatrixElement * | operator-> (void) const |
const SparseMatrixHandler::SparseMatrixElement & | operator* (void) const |
bool | operator== (const FullMatrixHandler::const_iterator &op) const |
bool | operator!= (const FullMatrixHandler::const_iterator &op) const |
Protected Member Functions | |
void | reset (bool is_end=false) |
Private Attributes | |
const FullMatrixHandler & | m |
integer | i_idx |
SparseMatrixHandler::SparseMatrixElement | elem |
Friends | |
class | FullMatrixHandler |
FullMatrixHandler::const_iterator::const_iterator | ( | const FullMatrixHandler & | m, |
bool | is_end = false |
||
) |
FullMatrixHandler::const_iterator::~const_iterator | ( | void | ) |
bool FullMatrixHandler::const_iterator::operator!= | ( | const FullMatrixHandler::const_iterator & | op | ) | const |
Definition at line 2421 of file fullmh.cc.
References elem.
const SparseMatrixHandler::SparseMatrixElement & FullMatrixHandler::const_iterator::operator* | ( | void | ) | const |
Definition at line 2409 of file fullmh.cc.
const FullMatrixHandler::const_iterator & FullMatrixHandler::const_iterator::operator++ | ( | void | ) | const |
Definition at line 2373 of file fullmh.cc.
const SparseMatrixHandler::SparseMatrixElement * FullMatrixHandler::const_iterator::operator-> | ( | void | ) | const |
Definition at line 2403 of file fullmh.cc.
bool FullMatrixHandler::const_iterator::operator== | ( | const FullMatrixHandler::const_iterator & | op | ) | const |
Definition at line 2415 of file fullmh.cc.
References elem.
Definition at line 2347 of file fullmh.cc.
References SparseMatrixHandler::SparseMatrixElement::dCoef, elem, i_idx, SparseMatrixHandler::SparseMatrixElement_base::iCol, FullMatrixHandler::iNumCols, FullMatrixHandler::iNumRows, SparseMatrixHandler::SparseMatrixElement_base::iRow, m, and FullMatrixHandler::pdRaw.
Referenced by const_iterator().
|
friend |
|
mutableprivate |
Definition at line 83 of file fullmh.h.
Referenced by operator!=(), operator==(), and reset().
|
mutableprivate |
|
private |