ResultStoreBase
#include <QtCore/QtConcurrent/ResultStoreBase>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QtConcurrent::ResultStoreBase
Overview
Inheritance
QtConcurrent::ResultStoreBase | |||
QtConcurrent::ResultStore |
Protected Attributes Index
int | filteredResults |
int | insertIndex |
bool | m_filterMode |
QMap< int, ResultItem > | m_results |
QMap< int, ResultItem > | pendingResults |
int | resultCount |
Public Functions Index
ResultStoreBase () | |
virtual | ~ResultStoreBase () |
int | addResult (int index, const void *result) |
int | addResults (int index, const void *results, int vectorSize, int logicalCount) |
ResultIteratorBase | begin () const |
bool | contains (int index) const |
int | count () const |
ResultIteratorBase | end () const |
bool | filterMode () const |
bool | hasNextResult () const |
ResultIteratorBase | resultAt (int index) const |
void | setFilterMode (bool enable) |
Protected Functions Index
int | insertResultItem (int index, ResultItem &resultItem) |
void | insertResultItemIfValid (int index, ResultItem &resultItem) |
void | syncPendingResults () |
void | syncResultCount () |
int | updateInsertIndex (int index, int _count) |
Protected Attributes
Public Functions
virtual
Destructor.
int
int
bool
int
bool
bool
void
Protected Functions
int
void
void
void
int
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy