![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodel_impl.h>
Public Types | |
| using | value_type = row_type |
| using | reference = value_type |
| using | pointer = value_type * |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = int |
Public Member Functions | |
| value_type | operator* () |
| EmptyRowGenerator & | operator++ () |
Public Attributes | |
| difference_type | n = 0 |
| Structure * | impl = nullptr |
| const row_ptr | parentRow = nullptr |
Friends | |
| bool | operator== (const EmptyRowGenerator &lhs, const EmptyRowGenerator &rhs) noexcept |
| bool | operator!= (const EmptyRowGenerator &lhs, const EmptyRowGenerator &rhs) noexcept |
Definition at line 1212 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::difference_type = int |
Definition at line 1218 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::iterator_category = std::input_iterator_tag |
Definition at line 1217 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::pointer = value_type * |
Definition at line 1216 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::reference = value_type |
Definition at line 1215 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::value_type = row_type |
Definition at line 1214 of file qrangemodel_impl.h.
|
inline |
Definition at line 1220 of file qrangemodel_impl.h.
References impl.
|
inline |
Definition at line 1221 of file qrangemodel_impl.h.
References n.
|
friend |
Definition at line 1224 of file qrangemodel_impl.h.
|
friend |
Definition at line 1222 of file qrangemodel_impl.h.
| Structure* QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::impl = nullptr |
Definition at line 1228 of file qrangemodel_impl.h.
Referenced by operator*().
| difference_type QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::n = 0 |
Definition at line 1227 of file qrangemodel_impl.h.
Referenced by operator++().
| const row_ptr QRangeModelImpl< Structure, Range, Protocol >::EmptyRowGenerator::parentRow = nullptr |
Definition at line 1229 of file qrangemodel_impl.h.