Public Member Functions | Private Types | Private Member Functions | Private Attributes
OVR::ThreadCommandMF1< C, R, A0 > Class Template Reference

#include <OVR_ThreadCommandQueue.h>

Inheritance diagram for OVR::ThreadCommandMF1< C, R, A0 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ThreadCommandCopyConstruct (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

Detailed Description

template<class C, class R, class A0>
class OVR::ThreadCommandMF1< C, R, A0 >

Definition at line 154 of file OVR_ThreadCommandQueue.h.


Member Typedef Documentation

template<class C , class R , class A0 >
typedef R(C::* OVR::ThreadCommandMF1< C, R, A0 >::FnPtr)(A0) [private]

Definition at line 156 of file OVR_ThreadCommandQueue.h.


Constructor & Destructor Documentation

template<class C , class R , class A0 >
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.


Member Function Documentation

template<class C , class R , class A0 >
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.

template<class C , class R , class A0 >
virtual void OVR::ThreadCommandMF1< C, R, A0 >::Execute ( ) const [inline, virtual]

Implements OVR::ThreadCommand.

Definition at line 173 of file OVR_ThreadCommandQueue.h.

template<class C , class R , class A0 >
void OVR::ThreadCommandMF1< C, R, A0 >::executeImpl ( ) const [inline, private]

Definition at line 162 of file OVR_ThreadCommandQueue.h.


Member Data Documentation

template<class C , class R , class A0 >
CleanType<A0>::Type OVR::ThreadCommandMF1< C, R, A0 >::AVal0 [private]

Definition at line 160 of file OVR_ThreadCommandQueue.h.

template<class C , class R , class A0 >
C* OVR::ThreadCommandMF1< C, R, A0 >::pClass [private]

Definition at line 157 of file OVR_ThreadCommandQueue.h.

template<class C , class R , class A0 >
FnPtr OVR::ThreadCommandMF1< C, R, A0 >::pFn [private]

Definition at line 158 of file OVR_ThreadCommandQueue.h.

template<class C , class R , class A0 >
R* OVR::ThreadCommandMF1< C, R, A0 >::pRet [private]

Definition at line 159 of file OVR_ThreadCommandQueue.h.


The documentation for this class was generated from the following file:


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:20