Bike-X
0.8
|
#include "OVR_ThreadCommandQueue.h"
Public Member Functions | |
ThreadCommandMF1 (C *pclass, FnPtr fn, R *ret, A0 a0, 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) |
Private Member Functions | |
void | executeImpl () const |
Private Attributes | |
C * | pClass |
FnPtr | pFn |
R * | pRet |
CleanType< A0 >::Type | AVal0 |
Additional Inherited Members | |
Data Fields inherited from OVR::ThreadCommand | |
UInt16 | Size |
bool | WaitFlag |
bool | ExitFlag |
NotifyEvent * | pEvent |
Definition at line 165 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 167 of file OVR_ThreadCommandQueue.h.
|
inline |
Definition at line 180 of file OVR_ThreadCommandQueue.h.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 185 of file OVR_ThreadCommandQueue.h.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 184 of file OVR_ThreadCommandQueue.h.
|
inlineprivate |
Definition at line 173 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 171 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 168 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 169 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 170 of file OVR_ThreadCommandQueue.h.