LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScFlatBoolRowSegments::ForwardIterator Class Reference

#include <segmenttree.hxx>

Collaboration diagram for ScFlatBoolRowSegments::ForwardIterator:
[legend]

Public Member Functions

 ForwardIterator (ScFlatBoolRowSegments &rSegs)
 
bool getValue (SCROW nPos, bool &rVal)
 
SCROW getLastPos () const
 

Private Attributes

ScFlatBoolRowSegmentsmrSegs
 
SCROW mnCurPos
 
SCROW mnLastPos
 
bool mbCurValue
 

Detailed Description

Definition at line 39 of file segmenttree.hxx.

Constructor & Destructor Documentation

◆ ForwardIterator()

ScFlatBoolRowSegments::ForwardIterator::ForwardIterator ( ScFlatBoolRowSegments rSegs)
explicit

Definition at line 370 of file segmenttree.cxx.

Member Function Documentation

◆ getLastPos()

SCROW ScFlatBoolRowSegments::ForwardIterator::getLastPos ( ) const
inline

Definition at line 45 of file segmenttree.hxx.

References mnLastPos.

Referenced by ScMarkData::GetSelectionCover(), and ScTable::UpdatePageBreaks().

◆ getValue()

bool ScFlatBoolRowSegments::ForwardIterator::getValue ( SCROW  nPos,
bool &  rVal 
)

Definition at line 375 of file segmenttree.cxx.

References aData, and nPos.

Referenced by ScMarkData::GetSelectionCover(), and ScTable::UpdatePageBreaks().

Member Data Documentation

◆ mbCurValue

bool ScFlatBoolRowSegments::ForwardIterator::mbCurValue
private

Definition at line 52 of file segmenttree.hxx.

◆ mnCurPos

SCROW ScFlatBoolRowSegments::ForwardIterator::mnCurPos
private

Definition at line 50 of file segmenttree.hxx.

◆ mnLastPos

SCROW ScFlatBoolRowSegments::ForwardIterator::mnLastPos
private

Definition at line 51 of file segmenttree.hxx.

Referenced by getLastPos().

◆ mrSegs

ScFlatBoolRowSegments& ScFlatBoolRowSegments::ForwardIterator::mrSegs
private

Definition at line 48 of file segmenttree.hxx.


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