VR-Forces 4.1 Class Documentation
Classes | Typedefs | Enumerations
asyncJobServer.h File Reference

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
}

Detailed Description

Typedef Documentation

typedef void(* DtAsyncJobStatusChangedCallbackFcn)(DtAsyncJobStatus, DtAsyncJobToken *)
typedef tbb::concurrent_hash_map<size_t, DtAsyncJobMapEntry*, MyHashCompare> DtAsyncJobMap

A concurrent hash map.

Enumeration Type Documentation

Enumerator:
queued 
processing 
complete 
canceled 
error 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)