VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Enumerations | Functions
asyncJobServer.h File Reference

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.

Enumerations

enum  DtAsyncJobStatus {
  queued, processing, complete, canceled,
  error
}
 State of job. More...

Functions

 DT_DEFINE_OBJECT_DEBUGGER_NAME (DtAsyncJobResult)

Detailed Description

Typedef Documentation

typedef tbb::concurrent_hash_map<size_t, boost::weak_ptr<DtAsyncJobMapEntry>, MyHashCompare> DtAsyncJobMap

A concurrent hash map.

Enumeration Type Documentation

State of job.

Enumerator:
queued 
processing 
complete 
canceled 
error 

Function Documentation

DT_DEFINE_OBJECT_DEBUGGER_NAME ( DtAsyncJobResult  )

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)