Public Member Functions | |
virtual ThreadCommand * | CopyConstruct (void *p) const |
virtual void | Execute () const |
ExitCommand (ThreadCommandQueueImpl *impl, bool wait) | |
Public Attributes | |
ThreadCommandQueueImpl * | pImpl |
Definition at line 183 of file OVR_ThreadCommandQueue.cpp.
OVR::ThreadCommandQueueImpl::ExitCommand::ExitCommand | ( | ThreadCommandQueueImpl * | impl, |
bool | wait | ||
) | [inline] |
Definition at line 187 of file OVR_ThreadCommandQueue.cpp.
virtual ThreadCommand* OVR::ThreadCommandQueueImpl::ExitCommand::CopyConstruct | ( | void * | p | ) | const [inline, virtual] |
Implements OVR::ThreadCommand.
Definition at line 195 of file OVR_ThreadCommandQueue.cpp.
virtual void OVR::ThreadCommandQueueImpl::ExitCommand::Execute | ( | ) | const [inline, virtual] |
Implements OVR::ThreadCommand.
Definition at line 190 of file OVR_ThreadCommandQueue.cpp.
Definition at line 185 of file OVR_ThreadCommandQueue.cpp.