Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::ThreadCommand::NotifyEvent Class Reference

#include "OVR_ThreadCommandQueue.h"

Inheritance diagram for OVR::ThreadCommand::NotifyEvent:
Inheritance graph
Collaboration diagram for OVR::ThreadCommand::NotifyEvent:
Collaboration graph

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
 
}; 
 

Detailed Description

Definition at line 52 of file OVR_ThreadCommandQueue.h.

Constructor & Destructor Documentation

OVR::ThreadCommand::NotifyEvent::NotifyEvent ( )
inline

Definition at line 56 of file OVR_ThreadCommandQueue.h.

Member Function Documentation

void OVR::ThreadCommand::NotifyEvent::PulseEvent ( )
inline

Definition at line 59 of file OVR_ThreadCommandQueue.h.

void OVR::ThreadCommand::NotifyEvent::Wait ( )
inline

Definition at line 58 of file OVR_ThreadCommandQueue.h.

Field Documentation

Event OVR::ThreadCommand::NotifyEvent::E
private

Definition at line 54 of file OVR_ThreadCommandQueue.h.


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