Bike-X
0.8
|
Public Types | |
enum | { MaxHandlerRefsCount = 4 } |
Public Member Functions | |
MessageHandlerImpl () | |
~MessageHandlerImpl () | |
Static Public Member Functions | |
static MessageHandlerImpl * | FromHandler (MessageHandler *handler) |
static const MessageHandlerImpl * | FromHandler (const MessageHandler *handler) |
Data Fields | |
Lock * | pLock |
int | HandlerRefsCount |
MessageHandlerRef * | pHandlerRefs [MaxHandlerRefsCount] |
Definition at line 50 of file OVR_DeviceImpl.cpp.
anonymous enum |
Enumerator | |
---|---|
MaxHandlerRefsCount |
Definition at line 53 of file OVR_DeviceImpl.cpp.
|
inline |
Definition at line 58 of file OVR_DeviceImpl.cpp.
|
inline |
Definition at line 62 of file OVR_DeviceImpl.cpp.
|
inlinestatic |
Definition at line 68 of file OVR_DeviceImpl.cpp.
|
inlinestatic |
Definition at line 70 of file OVR_DeviceImpl.cpp.
int OVR::MessageHandlerImpl::HandlerRefsCount |
Definition at line 77 of file OVR_DeviceImpl.cpp.
MessageHandlerRef* OVR::MessageHandlerImpl::pHandlerRefs[MaxHandlerRefsCount] |
Definition at line 78 of file OVR_DeviceImpl.cpp.
Lock* OVR::MessageHandlerImpl::pLock |
Definition at line 75 of file OVR_DeviceImpl.cpp.