You are here: Home > Projects > SimWorker > Documentation

SimWorker Documentation

CSimWorkItem Class Reference

Inheritance diagram for CSimWorkItem:
CSimWorkItemImpl< T, I, O >

List of all members.

Public Types

enum  EWorkItemState { PENDING = 0, COMPLETED_SUCCESS = 1, COMPLETED_FAIL = 2 }

Public Member Functions

void Signal (EWorkItemState state)
void Wait ()
EWorkItemState State ()
virtual void Execute ()=0

Protected Attributes

EWorkItemState state

Detailed Description

Definition at line 9 of file SimWorkItem.h.


The documentation for this class was generated from the following files:

Last updated: February 8, 2011