Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGstUtils::GListRangeAdaptor< ListType > Struct Template Reference

#include <qglist_helper_p.h>

+ Collaboration diagram for QGstUtils::GListRangeAdaptor< ListType >:

Public Member Functions

 GListRangeAdaptor (const GList *list)
 
auto begin ()
 
auto end ()
 

Public Attributes

const GList * head
 

Detailed Description

template<typename ListType>
struct QGstUtils::GListRangeAdaptor< ListType >

Definition at line 66 of file qglist_helper_p.h.

Constructor & Destructor Documentation

◆ GListRangeAdaptor()

template<typename ListType >
QGstUtils::GListRangeAdaptor< ListType >::GListRangeAdaptor ( const GList * list)
inlineexplicit

Definition at line 70 of file qglist_helper_p.h.

Member Function Documentation

◆ begin()

template<typename ListType >
auto QGstUtils::GListRangeAdaptor< ListType >::begin ( )
inline

Definition at line 72 of file qglist_helper_p.h.

References QGstUtils::GListRangeAdaptor< ListType >::head.

◆ end()

template<typename ListType >
auto QGstUtils::GListRangeAdaptor< ListType >::end ( )
inline

Definition at line 73 of file qglist_helper_p.h.

Member Data Documentation

◆ head

template<typename ListType >
const GList* QGstUtils::GListRangeAdaptor< ListType >::head

Definition at line 75 of file qglist_helper_p.h.

Referenced by QGstUtils::GListRangeAdaptor< ListType >::begin().


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