|
LibreOffice Module sc (master) 1
|
#include <table.hxx>
Public Types | |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef SCCOL | value_type |
| typedef SCCOL | difference_type |
| typedef const SCCOL * | pointer |
| typedef SCCOL | reference |
Public Member Functions | |
| Iterator (SCCOL nCol) | |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| bool | operator== (const Iterator &rOther) const |
| bool | operator!= (const Iterator &rOther) const |
| SCCOL | operator* () const |
Private Attributes | |
| SCCOL | mCol |
| typedef std::bidirectional_iterator_tag ScColumnsRange::Iterator::iterator_category |
| typedef const SCCOL* ScColumnsRange::Iterator::pointer |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 128 of file table.hxx.
Referenced by operator*(), operator++(), operator--(), and operator==().