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

#include <OVR_ThreadCommandQueue.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class C, class R>
class OVR::ThreadCommandMF0< C, R >

Definition at line 128 of file OVR_ThreadCommandQueue.h.


Member Typedef Documentation

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

Definition at line 130 of file OVR_ThreadCommandQueue.h.


Constructor & Destructor Documentation

template<class C , class R >
OVR::ThreadCommandMF0< C, R >::ThreadCommandMF0 ( C *  pclass,
FnPtr  fn,
R *  ret,
bool  needsWait 
) [inline]

Definition at line 142 of file OVR_ThreadCommandQueue.h.


Member Function Documentation

template<class C , class R >
virtual ThreadCommand* OVR::ThreadCommandMF0< C, R >::CopyConstruct ( void *  p) const [inline, virtual]

Implements OVR::ThreadCommand.

Definition at line 147 of file OVR_ThreadCommandQueue.h.

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

Implements OVR::ThreadCommand.

Definition at line 146 of file OVR_ThreadCommandQueue.h.

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

Definition at line 135 of file OVR_ThreadCommandQueue.h.


Member Data Documentation

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

Definition at line 131 of file OVR_ThreadCommandQueue.h.

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

Definition at line 132 of file OVR_ThreadCommandQueue.h.

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

Definition at line 133 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