QMActive::QMActive() and virtual functions. More...
Go to the source code of this file.
Namespaces | |
QP | |
namespace associated with the QP/C++ framework | |
Macros | |
#define | QF_QMACTIVE_TO_QMSM_CAST_(qact_) reinterpret_cast<QMsm *>((qact_)) |
Internal macro to cast a QP::QMActive pointer qact_ to QP::QMsm*. More... | |
#define | QF_QMACTIVE_TO_QMSM_CONST_CAST_(qact_) reinterpret_cast<QMsm const *>((qact_)) |
Internal macro to cast a QP::QMActive pointer qact_ to QP::QMsm const *. More... | |
QMActive::QMActive() and virtual functions.
Definition in file qf_qmact.cpp.
#define QF_QMACTIVE_TO_QMSM_CAST_ | ( | qact_ | ) | reinterpret_cast<QMsm *>((qact_)) |
Internal macro to cast a QP::QMActive pointer qact_
to QP::QMsm*.
Definition at line 49 of file qf_qmact.cpp.
#define QF_QMACTIVE_TO_QMSM_CONST_CAST_ | ( | qact_ | ) | reinterpret_cast<QMsm const *>((qact_)) |
Internal macro to cast a QP::QMActive pointer qact_
to QP::QMsm const *.
Definition at line 53 of file qf_qmact.cpp.