![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodeladapter_impl.h>
Classes | |
| struct | iterator |
Public Types | |
| using | value_type = typename iterator::value_type |
| using | difference_type = typename iterator::difference_type |
Public Member Functions | |
| template<typename RHS> | |
| bool | operator== (const RHS &rhs) const noexcept |
| template<typename RHS> | |
| bool | operator!= (const RHS &rhs) const noexcept |
| value_type | at (difference_type n) const |
| iterator | begin () const |
| iterator | end () const |
Public Attributes | |
| Iterator | m_begin |
| Sentinel | m_end |
Friends | |
| bool | comparesEqual (const RowView &lhs, const RowView &rhs) noexcept |
Definition at line 97 of file qrangemodeladapter_impl.h.
| using QRangeModelDetails::RowView< const_row_type, Iterator, Sentinel >::difference_type = typename iterator::difference_type |
Definition at line 257 of file qrangemodeladapter_impl.h.
| using QRangeModelDetails::RowView< const_row_type, Iterator, Sentinel >::value_type = typename iterator::value_type |
Definition at line 256 of file qrangemodeladapter_impl.h.
|
inline |
Definition at line 276 of file qrangemodeladapter_impl.h.
|
inline |
Definition at line 278 of file qrangemodeladapter_impl.h.
|
inline |
Definition at line 279 of file qrangemodeladapter_impl.h.
|
inlinenoexcept |
Definition at line 271 of file qrangemodeladapter_impl.h.
|
inlinenoexcept |
Definition at line 266 of file qrangemodeladapter_impl.h.
|
friend |
Definition at line 259 of file qrangemodeladapter_impl.h.
| Iterator QRangeModelDetails::RowView< const_row_type, Iterator, Sentinel >::m_begin |
Definition at line 281 of file qrangemodeladapter_impl.h.
| Sentinel QRangeModelDetails::RowView< const_row_type, Iterator, Sentinel >::m_end |
Definition at line 282 of file qrangemodeladapter_impl.h.