#include <OVR_ThreadCommandQueue.h>
Public Member Functions | |
virtual ThreadCommand * | CopyConstruct (void *p) const |
virtual void | Execute () const |
ThreadCommandMF0 (C *pclass, FnPtr fn, R *ret, bool needsWait) | |
Private Types | |
typedef R(C::* | FnPtr )() |
Private Member Functions | |
void | executeImpl () const |
Private Attributes | |
C * | pClass |
FnPtr | pFn |
R * | pRet |
Definition at line 128 of file OVR_ThreadCommandQueue.h.
typedef R(C::* OVR::ThreadCommandMF0< C, R >::FnPtr)() [private] |
Definition at line 130 of file OVR_ThreadCommandQueue.h.
OVR::ThreadCommandMF0< C, R >::ThreadCommandMF0 | ( | C * | pclass, |
FnPtr | fn, | ||
R * | ret, | ||
bool | needsWait | ||
) | [inline] |
Definition at line 142 of file OVR_ThreadCommandQueue.h.
virtual ThreadCommand* OVR::ThreadCommandMF0< C, R >::CopyConstruct | ( | void * | p | ) | const [inline, virtual] |
Implements OVR::ThreadCommand.
Definition at line 147 of file OVR_ThreadCommandQueue.h.
virtual void OVR::ThreadCommandMF0< C, R >::Execute | ( | ) | const [inline, virtual] |
Implements OVR::ThreadCommand.
Definition at line 146 of file OVR_ThreadCommandQueue.h.
void OVR::ThreadCommandMF0< C, R >::executeImpl | ( | ) | const [inline, private] |
Definition at line 135 of file OVR_ThreadCommandQueue.h.
C* OVR::ThreadCommandMF0< C, R >::pClass [private] |
Definition at line 131 of file OVR_ThreadCommandQueue.h.
FnPtr OVR::ThreadCommandMF0< C, R >::pFn [private] |
Definition at line 132 of file OVR_ThreadCommandQueue.h.
R* OVR::ThreadCommandMF0< C, R >::pRet [private] |
Definition at line 133 of file OVR_ThreadCommandQueue.h.