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

(cecaeec6751b3fe6fcf7da5f0344f1c20839d32e)

#include <QtCore/qtconfigmacros.h>
#include <QtMultimedia/private/qiteratorfacade_p.h>
#include <glib.h>
#include <iterator>
#include <type_traits>
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>