Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::ThreadCommandMF0< C, R > Class Template Reference

#include "OVR_ThreadCommandQueue.h"

Inheritance diagram for OVR::ThreadCommandMF0< C, R >:
Inheritance graph
Collaboration diagram for OVR::ThreadCommandMF0< C, R >:
Collaboration graph

Public Member Functions

 ThreadCommandMF0 (C *pclass, FnPtr fn, R *ret, bool needsWait)
 
virtual void Execute () const
 
virtual ThreadCommandCopyConstruct (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 )()
 

Private Member Functions

void executeImpl () const
 

Private Attributes

C * pClass
 
FnPtr pFn
 
R * pRet
 

Additional Inherited Members

- Data Fields inherited from OVR::ThreadCommand
UInt16 Size
 
bool WaitFlag
 
bool ExitFlag
 
NotifyEventpEvent
 

Detailed Description

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

Definition at line 139 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 141 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 153 of file OVR_ThreadCommandQueue.h.

Member Function Documentation

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

Implements OVR::ThreadCommand.

Definition at line 158 of file OVR_ThreadCommandQueue.h.

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

Implements OVR::ThreadCommand.

Definition at line 157 of file OVR_ThreadCommandQueue.h.

template<class C , class R >
void OVR::ThreadCommandMF0< C, R >::executeImpl ( ) const
inlineprivate

Definition at line 146 of file OVR_ThreadCommandQueue.h.

Field Documentation

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

Definition at line 142 of file OVR_ThreadCommandQueue.h.

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

Definition at line 143 of file OVR_ThreadCommandQueue.h.

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

Definition at line 144 of file OVR_ThreadCommandQueue.h.


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