![]() |
VR-Forces 4.8 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtAsyncJobResult |
| Base class for result of job. More... | |
| struct | MyHashCompare |
| Structure that defines hashing and comparison operations for users. More... | |
| class | DtAsyncJobServer |
| Manages async job objects. More... | |
| class | DtAsyncJobServer::JobListScopeGuard |
Typedefs | |
| typedef tbb::concurrent_hash_map < size_t, boost::weak_ptr < DtAsyncJobMapEntry > , MyHashCompare > | DtAsyncJobMap |
| A concurrent hash map. More... | |
Enumerations | |
| enum | DtAsyncJobStatus { queued, processing, complete, canceled, error } |
| State of job. More... | |
Functions | |
| DT_DEFINE_OBJECT_DEBUGGER_NAME (DtAsyncJobResult) | |
| typedef tbb::concurrent_hash_map<size_t, boost::weak_ptr<DtAsyncJobMapEntry>, MyHashCompare> DtAsyncJobMap |
A concurrent hash map.
| enum DtAsyncJobStatus |
| DT_DEFINE_OBJECT_DEBUGGER_NAME | ( | DtAsyncJobResult | ) |