Internal Namespace
(Utils::Internal)Classes
class | AllocatedLayout |
class | AsyncJob |
class | BestItemType |
class | ColorTip |
class | DummyReduce |
class | MapReduce |
class | MapReduceBase |
class | MimeAllGlobPatterns |
class | MimeDatabase |
class | MimeDatabasePrivate |
class | MimeGlobMatchResult |
class | MimeGlobPattern |
class | MimeGlobPatternList |
class | MimeMagicRuleMatcher |
class | MimeProviderBase |
class | MimeTypeParser |
class | MimeTypeParserBase |
class | MimeTypePrivate |
class | MimeXMLProvider |
class | QTipLabel |
class | ReduceWrapper |
class | ReferenceLayout |
class | ShortStringLayout |
class | SmallStringIterator |
class | StateWrapper |
class | StringDataLayout |
class | TextTip |
class | WidgetTip |
class | block_type |
class | resultType |
class | resultTypeWithArgument |
Types
Functions
void | blockingContainerMapReduce(QFutureInterface<ReduceResult> &futureInterface, Container &&container, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, Utils::MapReduceOption option, int *pool) |
void | blockingContainerRefMapReduce(QFutureInterface<ReduceResult> &futureInterface, int containerWrapper, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, Utils::MapReduceOption option, int *pool) |
void | blockingIteratorMapReduce(QFutureInterface<ReduceResult> &futureInterface, ForwardIterator begin, ForwardIterator end, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, Utils::MapReduceOption option, int *pool, int size) |
int | callWithMaybeFutureInterface(QFutureInterface<ResultType> &, Function &&, Args &&...) |
int | callWithMaybeFutureInterfaceDispatch(int, QFutureInterface<ResultType> &, Function &&, Args &&...) |
void | cleanupReportingState(QFutureInterface<StateResult> &fi, StateResult &state) |
int | decayCopy(T &&) |
void | dummyCleanup(void *) |
void * | dummyInit() |
int | reverse_memcmp(const char *first, const char *second, size_t n) |
void | runAsyncImpl(QFutureInterface<ResultType> futureInterface, int functionWrapper, Args &&... args) |
void | runAsyncImpl(QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args) |
void | runAsyncMemberDispatch(QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args) |
void | runAsyncMemberDispatch(QFutureInterface<ResultType> futureInterface, Function &&function, Obj &&obj, Args &&... args) |
void | runAsyncQFutureInterfaceDispatch(int, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args) |
void | runAsyncReturnVoidDispatch(int, QFutureInterface<ResultType>, Function &&function, Args &&... args) |
int | screenGeometry(const int &, QWidget *) |
int | screenNumber(const int &pos, QWidget *w) |