The data type to store in the event queue ring-buffer. More...
#include <qequeue.hpp>
Public Attributes | |
| QEvt const * | e |
The data type to store in the event queue ring-buffer.
Details
QP::QEvtPtr represents data stored in the QP/C++ event queues. In the standard QP editions, QP::QEvtPtr is just a const pointer to QP::QEvt. However, in the safe editions, QP::QEvtPtr stores additionally the redundant duplicate inverse storage (DIS) of the pointer. The QP::QEvtPtr type hides these differences from the application-level.
Definition at line 51 of file qequeue.hpp.
| QEvt const * QP::QEvtPtr::e |
Definition at line 52 of file qequeue.hpp.