MBDyn-1.7.3
|
#include <spmh.h>
Public Member Functions | |
const_iterator (const CompactSparseMatrixHandler_tpl< off > &m, bool is_end=false) | |
~const_iterator (void) | |
const CompactSparseMatrixHandler_tpl < off >::const_iterator & | operator++ (void) const |
const SparseMatrixHandler::SparseMatrixElement * | operator-> (void) |
const SparseMatrixHandler::SparseMatrixElement & | operator* (void) |
bool | operator== (const CompactSparseMatrixHandler_tpl< off >::const_iterator &op) const |
bool | operator!= (const CompactSparseMatrixHandler_tpl< off >::const_iterator &op) const |
Protected Member Functions | |
void | reset (bool is_end=false) |
Private Attributes | |
const CompactSparseMatrixHandler_tpl < off > & | m |
integer | i_idx |
SparseMatrixHandler::SparseMatrixElement | elem |
CompactSparseMatrixHandler_tpl< off >::const_iterator::const_iterator | ( | const CompactSparseMatrixHandler_tpl< off > & | m, |
bool | is_end = false |
||
) |
Definition at line 299 of file spmh.cc.
References CompactSparseMatrixHandler_tpl< off >::const_iterator::reset().
CompactSparseMatrixHandler_tpl< off >::const_iterator::~const_iterator | ( | void | ) |
bool CompactSparseMatrixHandler_tpl< off >::const_iterator::operator!= | ( | const CompactSparseMatrixHandler_tpl< off >::const_iterator & | op | ) | const |
Definition at line 352 of file spmh.cc.
References CompactSparseMatrixHandler_tpl< off >::const_iterator::elem.
const SparseMatrixHandler::SparseMatrixElement & CompactSparseMatrixHandler_tpl< off >::const_iterator::operator* | ( | void | ) |
Definition at line 338 of file spmh.cc.
const CompactSparseMatrixHandler_tpl< off >::const_iterator & CompactSparseMatrixHandler_tpl< off >::const_iterator::operator++ | ( | void | ) | const |
Definition at line 313 of file spmh.cc.
const SparseMatrixHandler::SparseMatrixElement * CompactSparseMatrixHandler_tpl< off >::const_iterator::operator-> | ( | void | ) |
Definition at line 331 of file spmh.cc.
bool CompactSparseMatrixHandler_tpl< off >::const_iterator::operator== | ( | const CompactSparseMatrixHandler_tpl< off >::const_iterator & | op | ) | const |
Definition at line 345 of file spmh.cc.
References CompactSparseMatrixHandler_tpl< off >::const_iterator::elem.
|
protected |
Definition at line 278 of file spmh.cc.
References SparseMatrixHandler::SparseMatrixElement::dCoef, CompactSparseMatrixHandler_tpl< off >::const_iterator::elem, CompactSparseMatrixHandler_tpl< off >::const_iterator::i_idx, SparseMatrixHandler::SparseMatrixElement_base::iCol, SparseMatrixHandler::SparseMatrixElement_base::iRow, and CompactSparseMatrixHandler_tpl< off >::const_iterator::m.
Referenced by CompactSparseMatrixHandler_tpl< off >::const_iterator::const_iterator().
|
mutableprivate |
Definition at line 222 of file spmh.h.
Referenced by CompactSparseMatrixHandler_tpl< off >::const_iterator::operator!=(), CompactSparseMatrixHandler_tpl< off >::const_iterator::operator==(), and CompactSparseMatrixHandler_tpl< off >::const_iterator::reset().
|
mutableprivate |
Definition at line 221 of file spmh.h.
Referenced by CompactSparseMatrixHandler_tpl< off >::const_iterator::reset().
|
private |
Definition at line 220 of file spmh.h.
Referenced by CompactSparseMatrixHandler_tpl< off >::const_iterator::reset().