Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename > Struct Template Reference

#include <qrangemodeladapter.h>

Inheritance diagram for QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename >:
Collaboration diagram for QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename >:

Public Member Functions

const_row_type get () const
const_row_type operator-> () const
 operator const_row_type () const

Detailed Description

template<typename Range, typename Protocol = void, typename Model = QRangeModel>
template<typename Reference, typename const_row_type, typename = void>
struct QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename >

Definition at line 449 of file qrangemodeladapter.h.

Member Function Documentation

◆ get()

template<typename Range, typename Protocol = void, typename Model = QRangeModel>
template<typename Reference, typename const_row_type, typename = void>
const_row_type QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename >::get ( ) const
inline

Definition at line 451 of file qrangemodeladapter.h.

◆ operator const_row_type()

template<typename Range, typename Protocol = void, typename Model = QRangeModel>
template<typename Reference, typename const_row_type, typename = void>
QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename >::operator const_row_type ( ) const
inline

Definition at line 471 of file qrangemodeladapter.h.

◆ operator->()

template<typename Range, typename Protocol = void, typename Model = QRangeModel>
template<typename Reference, typename const_row_type, typename = void>
const_row_type QRangeModelAdapter< Range, Protocol, Model >::RowGetter< Reference, const_row_type, typename >::operator-> ( ) const
inline

Definition at line 466 of file qrangemodeladapter.h.


The documentation for this struct was generated from the following file: