![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfigmacros.h>
#include <glib.h>
#include <iterator>
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> |