This is the complete list of members for JobInterface, including all inherited members.
| 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 | |
| DestructWorker(const JobInterface *self) | JobInterface | privatestatic |
| Enqueue(JobQueueInterface *queue=JOBQUEUE_CURRENT) | JobInterface | |
| ExecuteOnMainThread(FN &&fn, Bool wait) -> decltype(fn()) | JobInterface | friend |
| 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 | JobInterface | |
| 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 |
| IsCancelled() const | JobInterface | |
| IsCurrentJobCancelled(const JobInterface *optionalJob=nullptr) | JobInterface | static |
| JobGroupInterface class | JobInterface | friend |
| JobInterface(const JobInterfaceJumpTablePOD &jmpTable) | JobInterface | explicit |
| JobInterface(JobInterface &&src) | JobInterface | |
| JobStatusInterface class | JobInterface | friend |
| MAXON_DISALLOW_COPY_AND_ASSIGN(JobInterface) | JobInterface | private |
| MoveResult(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) | JobInterface | |
| ObservableCancelled() | JobInterface | |
| ObservableCancelledBase | JobInterface | friend |
| ObservableFinished() | JobInterface | |
| ObservableFinishedBase | JobInterface | friend |
| operator=(JobInterface &&src) | JobInterface | |
| RunWorker(const JobInterface *job) | JobInterface | privatestatic |
| StaticJobGroupInterface class | JobInterface | friend |
| StrongRefHandler class | JobInterface | friend |
| TimerInterface class | JobInterface | friend |
| ToString(const FormatStatement *formatStatement=nullptr) const | JobInterface | |
| Wait(TimeValue timeout=TIMEVALUE_INFINITE, WAITMODE mode=WAITMODE::DEFAULT) const | JobInterface | |
| ~JobInterface() | JobInterface |