Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::ThreadCommandQueueImpl::ExitCommand Struct Reference
Inheritance diagram for OVR::ThreadCommandQueueImpl::ExitCommand:
Inheritance graph
Collaboration diagram for OVR::ThreadCommandQueueImpl::ExitCommand:
Collaboration graph

Public Member Functions

 ExitCommand (ThreadCommandQueueImpl *impl, bool wait)
 
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
 

Data Fields

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

Detailed Description

Definition at line 193 of file OVR_ThreadCommandQueue.cpp.

Constructor & Destructor Documentation

OVR::ThreadCommandQueueImpl::ExitCommand::ExitCommand ( ThreadCommandQueueImpl impl,
bool  wait 
)
inline

Definition at line 197 of file OVR_ThreadCommandQueue.cpp.

Member Function Documentation

virtual ThreadCommand* OVR::ThreadCommandQueueImpl::ExitCommand::CopyConstruct ( void *  p) const
inlinevirtual

Implements OVR::ThreadCommand.

Definition at line 205 of file OVR_ThreadCommandQueue.cpp.

virtual void OVR::ThreadCommandQueueImpl::ExitCommand::Execute ( ) const
inlinevirtual

Implements OVR::ThreadCommand.

Definition at line 200 of file OVR_ThreadCommandQueue.cpp.

Field Documentation

ThreadCommandQueueImpl* OVR::ThreadCommandQueueImpl::ExitCommand::pImpl

Definition at line 195 of file OVR_ThreadCommandQueue.cpp.


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