#include <OVR_ThreadCommandQueue.h>
Public Member Functions | |
NotifyEvent () | |
void | PulseEvent () |
void | Wait () |
Private Attributes | |
Event | E |
Definition at line 41 of file OVR_ThreadCommandQueue.h.
OVR::ThreadCommand::NotifyEvent::NotifyEvent | ( | ) | [inline] |
Definition at line 45 of file OVR_ThreadCommandQueue.h.
void OVR::ThreadCommand::NotifyEvent::PulseEvent | ( | ) | [inline] |
Definition at line 48 of file OVR_ThreadCommandQueue.h.
void OVR::ThreadCommand::NotifyEvent::Wait | ( | ) | [inline] |
Definition at line 47 of file OVR_ThreadCommandQueue.h.
Event OVR::ThreadCommand::NotifyEvent::E [private] |
Definition at line 43 of file OVR_ThreadCommandQueue.h.