#include <XLRow.hpp>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ XLRowIterator() [1/3]
◆ ~XLRowIterator()
| OpenXLSX::XLRowIterator::~XLRowIterator |
( |
| ) |
|
|
default |
◆ XLRowIterator() [2/3]
| OpenXLSX::XLRowIterator::XLRowIterator |
( |
const XLRowIterator & |
other | ) |
|
◆ XLRowIterator() [3/3]
◆ endReached()
| bool OpenXLSX::XLRowIterator::endReached |
( |
| ) |
const |
|
inline |
determine whether iterator is at 1 beyond the last row in range
- Returns
◆ operator bool()
| OpenXLSX::XLRowIterator::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator!=()
| bool OpenXLSX::XLRowIterator::operator!= |
( |
const XLRowIterator & |
rhs | ) |
const |
◆ operator*()
| XLRow & OpenXLSX::XLRowIterator::operator* |
( |
| ) |
|
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator->()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
| bool OpenXLSX::XLRowIterator::operator== |
( |
const XLRowIterator & |
rhs | ) |
const |
◆ rowExists()
| bool OpenXLSX::XLRowIterator::rowExists |
( |
| ) |
|
determine whether the row that the iterator points to exists (m_currentRowNumber)
- Returns
- true if XML already has an entry for that cell, otherwise false
◆ rowNumber()
| uint32_t OpenXLSX::XLRowIterator::rowNumber |
( |
| ) |
const |
|
inline |
get the row number corresponding to the current iterator position
- Returns
- a row number, with m_lastRow + 1 for the beyond-the-end iterator
The documentation for this class was generated from the following files:
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/headers/XLRow.hpp
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/sources/XLRow.cpp