Bike-X
0.8
|
#include "OVR_ThreadCommandQueue.h"
Public Member Functions | |
ThreadCommandMF0 (C *pclass, FnPtr fn, R *ret, 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 )() |
Private Member Functions | |
void | executeImpl () const |
Private Attributes | |
C * | pClass |
FnPtr | pFn |
R * | pRet |
Additional Inherited Members | |
Data Fields inherited from OVR::ThreadCommand | |
UInt16 | Size |
bool | WaitFlag |
bool | ExitFlag |
NotifyEvent * | pEvent |
Definition at line 139 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 141 of file OVR_ThreadCommandQueue.h.
|
inline |
Definition at line 153 of file OVR_ThreadCommandQueue.h.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 158 of file OVR_ThreadCommandQueue.h.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 157 of file OVR_ThreadCommandQueue.h.
|
inlineprivate |
Definition at line 146 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 142 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 143 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 144 of file OVR_ThreadCommandQueue.h.