![]() |
VR-Forces 4.1.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtAsyncJobResult |
| struct | MyHashCompare |
| Structure that defines hashing and comparison operations for users. More... | |
| class | DtAsyncJobServer |
Typedefs | |
| typedef void(* | DtAsyncJobStatusChangedCallbackFcn )(DtAsyncJobStatus, DtAsyncJobToken *) |
| typedef tbb::concurrent_hash_map < size_t, DtAsyncJobMapEntry *, MyHashCompare > | DtAsyncJobMap |
| A concurrent hash map. | |
Enumerations | |
| enum | DtAsyncJobStatus { queued, processing, complete, canceled, error } |
| typedef void(* DtAsyncJobStatusChangedCallbackFcn)(DtAsyncJobStatus, DtAsyncJobToken *) |
| typedef tbb::concurrent_hash_map<size_t, DtAsyncJobMapEntry*, MyHashCompare> DtAsyncJobMap |
A concurrent hash map.
| enum DtAsyncJobStatus |