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

#include "OVR_ThreadCommandQueue.h"

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

Public Member Functions

 ThreadCommandMF1 (C *pclass, FnPtr fn, R *ret, A0 a0, 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 )(A0)
 

Private Member Functions

void executeImpl () const
 

Private Attributes

C * pClass
 
FnPtr pFn
 
R * pRet
 
CleanType< A0 >::Type AVal0
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 165 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 167 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 180 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
inlinevirtual

Implements OVR::ThreadCommand.

Definition at line 185 of file OVR_ThreadCommandQueue.h.

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

Implements OVR::ThreadCommand.

Definition at line 184 of file OVR_ThreadCommandQueue.h.

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

Definition at line 173 of file OVR_ThreadCommandQueue.h.

Field Documentation

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

Definition at line 171 of file OVR_ThreadCommandQueue.h.

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

Definition at line 168 of file OVR_ThreadCommandQueue.h.

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

Definition at line 169 of file OVR_ThreadCommandQueue.h.

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

Definition at line 170 of file OVR_ThreadCommandQueue.h.


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