Internal Namespace

(Utils::Internal)

Classes

Types

typedef size_type
typedef size_type

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)

Type Documentation

typedef Internal::size_type

typedef Internal::size_type

Function Documentation

void Internal::blockingContainerMapReduce(QFutureInterface<ReduceResult> &futureInterface, Container &&container, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, Utils::MapReduceOption option, int *pool)

void Internal::blockingContainerRefMapReduce(QFutureInterface<ReduceResult> &futureInterface, int containerWrapper, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, Utils::MapReduceOption option, int *pool)

void Internal::blockingIteratorMapReduce(QFutureInterface<ReduceResult> &futureInterface, ForwardIterator begin, ForwardIterator end, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, Utils::MapReduceOption option, int *pool, int size)

int Internal::callWithMaybeFutureInterface(QFutureInterface<ResultType> &, Function &&, Args &&...)

int Internal::callWithMaybeFutureInterfaceDispatch(int, QFutureInterface<ResultType> &, Function &&, Args &&...)

void Internal::cleanupReportingState(QFutureInterface<StateResult> &fi, StateResult &state)

int Internal::decayCopy(T &&)

void Internal::dummyCleanup(void *)

void *Internal::dummyInit()

int Internal::reverse_memcmp(const char *first, const char *second, size_t n)

void Internal::runAsyncImpl(QFutureInterface<ResultType> futureInterface, int functionWrapper, Args &&... args)

void Internal::runAsyncImpl(QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)

void Internal::runAsyncMemberDispatch(QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)

void Internal::runAsyncMemberDispatch(QFutureInterface<ResultType> futureInterface, Function &&function, Obj &&obj, Args &&... args)

void Internal::runAsyncQFutureInterfaceDispatch(int, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)

void Internal::runAsyncReturnVoidDispatch(int, QFutureInterface<ResultType>, Function &&function, Args &&... args)

int Internal::screenGeometry(const int &, QWidget *)

int Internal::screenNumber(const int &pos, QWidget *w)