|
Bike-X
0.8
|


Public Member Functions | |
| ExitCommand (ThreadCommandQueueImpl *impl, bool wait) | |
| virtual void | Execute () const |
| virtual ThreadCommand * | CopyConstruct (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 | |
| ThreadCommandQueueImpl * | pImpl |
Data Fields inherited from OVR::ThreadCommand | |
| UInt16 | Size |
| bool | WaitFlag |
| bool | ExitFlag |
| NotifyEvent * | pEvent |
Definition at line 193 of file OVR_ThreadCommandQueue.cpp.
|
inline |
Definition at line 197 of file OVR_ThreadCommandQueue.cpp.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 205 of file OVR_ThreadCommandQueue.cpp.
|
inlinevirtual |
Implements OVR::ThreadCommand.
Definition at line 200 of file OVR_ThreadCommandQueue.cpp.
| ThreadCommandQueueImpl* OVR::ThreadCommandQueueImpl::ExitCommand::pImpl |
Definition at line 195 of file OVR_ThreadCommandQueue.cpp.