#include <OVR_ThreadCommandQueue.h>
Public Member Functions | |
virtual ThreadCommand * | CopyConstruct (void *p) const |
virtual void | Execute () const |
ThreadCommandMF1 (C *pclass, FnPtr fn, R *ret, A0 a0, bool needsWait) | |
Private Types | |
typedef R(C::* | FnPtr )(A0) |
Private Member Functions | |
void | executeImpl () const |
Private Attributes | |
CleanType< A0 >::Type | AVal0 |
C * | pClass |
FnPtr | pFn |
R * | pRet |
Definition at line 154 of file OVR_ThreadCommandQueue.h.
typedef R(C::* OVR::ThreadCommandMF1< C, R, A0 >::FnPtr)(A0) [private] |
Definition at line 156 of file OVR_ThreadCommandQueue.h.
OVR::ThreadCommandMF1< C, R, A0 >::ThreadCommandMF1 | ( | C * | pclass, |
FnPtr | fn, | ||
R * | ret, | ||
A0 | a0, | ||
bool | needsWait | ||
) | [inline] |
Definition at line 169 of file OVR_ThreadCommandQueue.h.
virtual ThreadCommand* OVR::ThreadCommandMF1< C, R, A0 >::CopyConstruct | ( | void * | p | ) | const [inline, virtual] |
Implements OVR::ThreadCommand.
Definition at line 174 of file OVR_ThreadCommandQueue.h.
virtual void OVR::ThreadCommandMF1< C, R, A0 >::Execute | ( | ) | const [inline, virtual] |
Implements OVR::ThreadCommand.
Definition at line 173 of file OVR_ThreadCommandQueue.h.
void OVR::ThreadCommandMF1< C, R, A0 >::executeImpl | ( | ) | const [inline, private] |
Definition at line 162 of file OVR_ThreadCommandQueue.h.
CleanType<A0>::Type OVR::ThreadCommandMF1< C, R, A0 >::AVal0 [private] |
Definition at line 160 of file OVR_ThreadCommandQueue.h.
C* OVR::ThreadCommandMF1< C, R, A0 >::pClass [private] |
Definition at line 157 of file OVR_ThreadCommandQueue.h.
FnPtr OVR::ThreadCommandMF1< C, R, A0 >::pFn [private] |
Definition at line 158 of file OVR_ThreadCommandQueue.h.
R* OVR::ThreadCommandMF1< C, R, A0 >::pRet [private] |
Definition at line 159 of file OVR_ThreadCommandQueue.h.