You are here: Home > Projects > SimWorker > Documentation

SimWorker Documentation

CSimWorkItemImpl< T, I, O > Class Template Reference

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

List of all members.

Public Member Functions

 CSimWorkItemImpl (T *object, void(T::*func)(I, O))
 CSimWorkItemImpl (T *object, void(T::*func)(I, O), I in, O out)
void Set (I in, O out)
virtual void Execute ()

Private Attributes

T * object
void(T::* func )(I, O)
in
out

Detailed Description

template<typename T, typename I, typename O>
class CSimWorkItemImpl< T, I, O >

Definition at line 40 of file SimWorkItem.h.


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

Last updated: February 8, 2011