sc_SCMatrixListSubblockIter(3)

sc::SCMatrixListSubblockIter

Section 3 libsc-doc bookworm source

Description

sc::SCMatrixListSubblockIter

NAME

sc::SCMatrixListSubblockIter

SYNOPSIS

Inherits sc::SCMatrixSubblockIter.

Inherited by sc::DistSCMatrixListSubblockIter, and sc::ReplSCMatrixListSubblockIter.

Public Member Functions

SCMatrixListSubblockIter (Access, const Ref< SCMatrixBlockList > &list)
void begin ()
Start at the beginning.
int ready ()
Returns nonzero if there is another block.
void next ()
Proceed to the next block.
SCMatrixBlock
* block ()
Return the current block.

Protected Attributes

Ref< SCMatrixBlockList > list_
SCMatrixBlockListIter iter_

Additional Inherited Members

Member Function Documentation

void sc::SCMatrixListSubblockIter::begin () [virtual]

Start at the beginning.

Implements sc::SCMatrixSubblockIter.

Reimplemented in sc::DistSCMatrixListSubblockIter.

SCMatrixBlock * sc::SCMatrixListSubblockIter::block () [virtual]

Return the current block.

Implements sc::SCMatrixSubblockIter.

void sc::SCMatrixListSubblockIter::next () [virtual]

Proceed to the next block.

Implements sc::SCMatrixSubblockIter.

Reimplemented in sc::DistSCMatrixListSubblockIter.

int sc::SCMatrixListSubblockIter::ready () [virtual]

Returns nonzero if there is another block.

Implements sc::SCMatrixSubblockIter.

Author

Generated automatically by Doxygen for MPQC from the source code.