Bike-X
0.8
|
#include "OVR_ThreadCommandQueue.h"
Public Member Functions | |
ThreadCommandMF2 (C *pclass, FnPtr fn, R *ret, A0 a0, A1 a1, bool needsWait) | |
virtual void | Execute () const |
virtual ThreadCommand * | CopyConstruct (void *p) const |
Public Member Functions inherited from OVR::ThreadCommand | |
ThreadCommand (UPInt size, bool waitFlag, bool exitFlag=false) | |
virtual | ~ThreadCommand () |
bool | NeedsWait () const |
UPInt | GetSize () const |
Private Types | |
typedef R(C::* | FnPtr )(A0, A1) |
Private Member Functions | |
void | executeImpl () const |
Private Attributes | |
C * | pClass |
FnPtr | pFn |
R * | pRet |
CleanType< A0 >::Type | AVal0 |
CleanType< A1 >::Type | AVal1 |
Additional Inherited Members | |
Data Fields inherited from OVR::ThreadCommand | |
UInt16 | Size |
bool | WaitFlag |
bool | ExitFlag |
NotifyEvent * | pEvent |
Definition at line 191 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 193 of file OVR_ThreadCommandQueue.h.
|
inline |
Definition at line 207 of file OVR_ThreadCommandQueue.h.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 212 of file OVR_ThreadCommandQueue.h.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 211 of file OVR_ThreadCommandQueue.h.
|
inlineprivate |
Definition at line 200 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 197 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 198 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 194 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 195 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 196 of file OVR_ThreadCommandQueue.h.