|
Bike-X
0.8
|
#include "OVR_ThreadCommandQueue.h"


Public Member Functions | |
| NotifyEvent () | |
| void | Wait () |
| void | PulseEvent () |
Public Member Functions inherited from OVR::ListNode< NotifyEvent > | |
| void | RemoveNode () |
| void | ReplaceNodeWith (NotifyEvent *pnew) |
| void | InsertNodeAfter (NotifyEvent *p) |
| void | InsertNodeBefore (NotifyEvent *p) |
| void | Alloc_MoveTo (ListNode< NotifyEvent > *pdest) |
Private Attributes | |
| Event | E |
Additional Inherited Members | |
Data Fields inherited from OVR::ListNode< NotifyEvent > | |
| union { | |
| T * | pPrev |
| void * | pVoidPrev |
| }; | |
| union { | |
| T * | pNext |
| void * | pVoidNext |
| }; | |
Definition at line 52 of file OVR_ThreadCommandQueue.h.
|
inline |
Definition at line 56 of file OVR_ThreadCommandQueue.h.
|
inline |
Definition at line 59 of file OVR_ThreadCommandQueue.h.
|
inline |
Definition at line 58 of file OVR_ThreadCommandQueue.h.
|
private |
Definition at line 54 of file OVR_ThreadCommandQueue.h.