This is the complete list of members for Promise< T >, including all inherited members.
| _result | JobResultInterface< RESULTVALUETYPE > | private |
| AddSubGroup(GROUP *subGroup) | JobInterface | |
| AddSubGroup(ResultMemT< GROUP * > subGroup) | JobInterface | |
| AddSubGroup(ResultMemT< GROUP > subGroup) | JobInterface | |
| AddSubJob(JobInterface *subJob) | JobInterface | |
| AddSubJob(ResultMemT< JOB * > subJob) | JobInterface | |
| AddSubJob(ResultMemT< JOBREF > &&subJob) | JobInterface | |
| Cancel() | JobInterface | |
| CancelAndWait(WAITMODE mode=WAITMODE::DEFAULT) | JobInterface | |
| Create() | Promise< T > | static |
| JobInterfaceTemplate< Promise< T >, T >::Create(ARGS &&... args) | JobInterfaceTemplate< Promise< T >, T > | static |
| maxon::JobResultInterface::Create(FN &&src, ARGS &&... args) | JobInterface | static |
| CreateJob(FN &&src, ARGS &&... args) | JobInterface | privatestatic |
| CreateJobWithDependency(DEPENDENCY &&dependency, FN &&src, ARGS &&... args) | JobInterface | privatestatic |
| CreateJobWithDependency(std::nullptr_t, FN &&src, ARGS &&... args) | JobInterface | privatestatic |
| DestructWorker(const JobInterface *self) | JobInterface | privatestatic |
| Enqueue(JobQueueInterface *queue=JOBQUEUE_CURRENT) | JobInterface | |
| GetCoreJobGroup(JobGroupInterface *group) | JobInterface | privatestatic |
| GetCurrentJob() | JobInterface | static |
| GetCurrentThreadCount() | JobInterface | static |
| GetCurrentWorkerThreadIndex() | JobInterface | static |
| GetJobGroup() const | JobInterface | |
| GetJobOptions() const | JobInterface | |
| GetName() const | JobInterface | |
| GetResult(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) const | JobResultInterface< RESULTVALUETYPE > | |
| GetResultValue() | JobResultInterface< RESULTVALUETYPE > | protected |
| GetWorker(const JobInterface *job) | JobInterface | privatestatic |
| GetWorkerDependencyGroup(const JobInterface *job) | JobInterface | privatestatic |
| GetWorkerDependencyGroupImpl(const JobInterface *job, std::false_type *) | JobInterface | privatestatic |
| GetWorkerDependencyGroupImpl(const JobInterface *job, std::true_type *) | JobInterface | privatestatic |
| GetWorkerOptions(const JobInterface *self, Int selector, void *param) | JobInterface | privatestatic |
| Invoke(FN &&obj, ARGS &&... args) | JobResultInterface< RESULTVALUETYPE > | protected |
| IsCancelled() const | JobInterface | |
| IsCurrentJobCancelled(const JobInterface *optionalJob=nullptr) | JobInterface | static |
| JobInterface(const JobInterfaceJumpTablePOD &jmpTable) | JobInterface | explicit |
| JobInterface(JobInterface &&src) | JobInterface | |
| MAXON_DISALLOW_COPY_AND_ASSIGN(JobInterfaceTemplate) | JobInterfaceTemplate< Promise< T >, T > | private |
| MoveResult(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) | JobResultInterface< RESULTVALUETYPE > | |
| MoveValue(ARGS &&... args) | Promise< T > | protected |
| ObservableCancelled() | JobInterface | |
| ObservableFinished() | JobInterface | |
| operator()() | Promise< T > | |
| operator=(JobInterface &&src) | JobInterface | |
| PromiseRef class | Promise< T > | friend |
| RunWorker(const JobInterface *job) | JobInterface | privatestatic |
| SetResult(RESULTVALUETYPE &&value) | JobResultInterface< RESULTVALUETYPE > | protected |
| Then(JobInterface *next, JobQueueInterface *queue=JOBQUEUE_CURRENT) | JobInterface | |
| ToString(const FormatStatement *formatStatement=nullptr) const | JobInterface | |
| ValueType typedef | JobResultInterface< RESULTVALUETYPE > | protected |
| Wait(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) const | JobInterface | |
| ~JobInterface() override | JobInterface |