LibreOffice Module sc (master) 1
Classes | Public Member Functions | Private Attributes | List of all members
ScColumnsRange Class Referencefinal

#include <table.hxx>

Collaboration diagram for ScColumnsRange:
[legend]

Classes

class  Iterator
 

Public Member Functions

 ScColumnsRange (SCCOL nBegin, SCCOL nEnd)
 
const Iteratorbegin ()
 
const Iteratorend ()
 
std::reverse_iterator< Iteratorrbegin ()
 
std::reverse_iterator< Iteratorrend ()
 

Private Attributes

const Iterator maBegin
 
const Iterator maEnd
 

Detailed Description

Definition at line 123 of file table.hxx.

Constructor & Destructor Documentation

◆ ScColumnsRange()

ScColumnsRange::ScColumnsRange ( SCCOL  nBegin,
SCCOL  nEnd 
)
inline

Definition at line 147 of file table.hxx.

Member Function Documentation

◆ begin()

const Iterator & ScColumnsRange::begin ( )
inline

Definition at line 148 of file table.hxx.

References maBegin.

◆ end()

const Iterator & ScColumnsRange::end ( )
inline

Definition at line 149 of file table.hxx.

References maEnd.

◆ rbegin()

std::reverse_iterator< Iterator > ScColumnsRange::rbegin ( )
inline

Definition at line 150 of file table.hxx.

References maEnd.

◆ rend()

std::reverse_iterator< Iterator > ScColumnsRange::rend ( )
inline

Definition at line 151 of file table.hxx.

References maBegin.

Member Data Documentation

◆ maBegin

const Iterator ScColumnsRange::maBegin
private

Definition at line 153 of file table.hxx.

Referenced by begin(), and rend().

◆ maEnd

const Iterator ScColumnsRange::maEnd
private

Definition at line 154 of file table.hxx.

Referenced by end(), and rbegin().


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