![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qglist_helper_p.h>
Public Types | |
using | GListType = std::conditional_t<IsConst, const GList *, GList *> |
Public Member Functions | |
GListRangeAdaptorImpl (GListType list) | |
auto | begin () |
auto | end () |
Public Attributes | |
GListType | head |
Definition at line 68 of file qglist_helper_p.h.
using QGstUtils::GListRangeAdaptorImpl< ListType, IsConst >::GListType = std::conditional_t<IsConst, const GList *, GList *> |
Definition at line 72 of file qglist_helper_p.h.
|
inlineexplicit |
Definition at line 74 of file qglist_helper_p.h.
Referenced by QGstUtils::GListRangeAdaptorImpl< ListType, false >< StreamInfo * >::GListRangeAdaptorImpl().
|
inline |
Definition at line 76 of file qglist_helper_p.h.
|
inline |
Definition at line 77 of file qglist_helper_p.h.
GListType QGstUtils::GListRangeAdaptorImpl< ListType, IsConst >::head |
Definition at line 79 of file qglist_helper_p.h.