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
qglist_helper_p.h File Reference

(2c9ae7b75e78e89ada992649f6fe3d28d013ec08)

#include <QtCore/qtconfigmacros.h>
#include <glib.h>
#include <iterator>
+ Include dependency graph for qglist_helper_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QGstUtils::GListIterator< ListType, IsConst >
 
struct  QGstUtils::GListRangeAdaptorImpl< ListType, IsConst >
 

Namespaces

namespace  QGstUtils
 

Typedefs

template<typename ListType>
using QGstUtils::GListRangeAdaptor = GListRangeAdaptorImpl<ListType, false>
 
template<typename ListType>
using QGstUtils::GListConstRangeAdaptor = GListRangeAdaptorImpl<ListType, true>