LibreOffice Module sc (master) 1
|
#include <compressedarray.hxx>
Public Member Functions | |
void | operator++ () |
Iterator | operator+ (size_t) const |
const D & | operator* () const |
Private Member Functions | |
Iterator (const ScCompressedArray &rArray) | |
Iterator (const ScCompressedArray &rArray, size_t nIndex, A nRegion) | |
Private Attributes | |
friend | ScCompressedArray |
const ScCompressedArray & | mrArray |
size_t | mnIndex = 0 |
A | mnRegion = 0 |
Definition at line 48 of file compressedarray.hxx.
|
inlineprivate |
Definition at line 54 of file compressedarray.hxx.
|
inlineprivate |
Definition at line 55 of file compressedarray.hxx.
References nIndex.
|
inline |
Definition at line 59 of file compressedarray.hxx.
References D, ScCompressedArray< A, D >::Iterator::mnIndex, ScCompressedArray< A, D >::Iterator::mrArray, and ScCompressedArray< A, D >::pData.
ScCompressedArray< A, D >::Iterator ScCompressedArray< A, D >::Iterator::operator+ | ( | size_t | nAccessCount | ) | const |
Definition at line 300 of file compressedarray.cxx.
void ScCompressedArray< A, D >::Iterator::operator++ | ( | void | ) |
Definition at line 292 of file compressedarray.cxx.
References ScCompressedArray< A, D >::Iterator::mnIndex, ScCompressedArray< A, D >::Iterator::mnRegion, ScCompressedArray< A, D >::Iterator::mrArray, and ScCompressedArray< A, D >::pData.
|
private |
Definition at line 52 of file compressedarray.hxx.
Referenced by ScCompressedArray< A, D >::Iterator::operator*(), and ScCompressedArray< A, D >::Iterator::operator++().
Definition at line 53 of file compressedarray.hxx.
Referenced by ScCompressedArray< A, D >::Iterator::operator++().
|
private |
Definition at line 51 of file compressedarray.hxx.
Referenced by ScCompressedArray< A, D >::Iterator::operator*(), and ScCompressedArray< A, D >::Iterator::operator++().
|
private |
Definition at line 50 of file compressedarray.hxx.