@@ -1156,7 +1156,7 @@ do {
11561156 else if (r == Q_RET_SUPER_SUB) {
11571157 t = m_temp.obj; // current host state of the submachie
11581158 }
1159- else { // event unhandled due to a guard?
1159+ else { // event unhandled due to a guard
11601160 QF_CRIT_ENTRY();
11611161 // event must be unhandled due to a guard evaluating to 'false'
11621162 Q_ASSERT_INCRIT(310, r == Q_RET_UNHANDLED);
@@ -1347,33 +1347,6 @@ QF_CRIT_ENTRY();
13471347Q_ENSURE_INCRIT(490, lbound> 0);
13481348QF_CRIT_EXIT();
13491349
1350- return inState;</code >
1351- </operation >
1352- <!-- ${QEP::QMsm::isInState}-->
1353- <operation name =" isInState" type =" bool" visibility =" 0x00" properties =" 0x00" >
1354- <specifiers >const noexcept</specifiers >
1355- <documentation >//! @deprecated instead use: QMsm::isIn()</documentation >
1356- <!-- ${QEP::QMsm::isInState::stateObj}-->
1357- <parameter name =" stateObj" type =" QMState const * const" />
1358- <code >bool inState = false; // assume that this SM is not in 'state'
1359-
1360- QMState const *s = m_state.obj;
1361- std::int_fast8_t lbound = QMSM_MAX_NEST_DEPTH_; // fixed upper loop bound
1362- for (; (s != nullptr)&& (lbound> 0); --lbound) {
1363- if (s == stateObj) { // match found?
1364- inState = true;
1365- break;
1366- }
1367- else {
1368- s = s-> superstate; // advance to the superstate
1369- }
1370- }
1371-
1372- QF_CRIT_STAT
1373- QF_CRIT_ENTRY();
1374- Q_ENSURE_INCRIT(590, lbound> 0);
1375- QF_CRIT_EXIT();
1376-
13771350return inState;</code >
13781351 </operation >
13791352<!-- ${QEP::QMsm::childStateObj}-->
@@ -2941,13 +2914,6 @@ m_temp.fun = initial;</code>
29412914 <specifiers >noexcept override</specifiers >
29422915 <code >return reinterpret_cast< QMsm *> (this)-> QMsm::getStateHandler();</code >
29432916 </operation >
2944- <!-- ${QF::QMActive::isInState}-->
2945- <operation name =" isInState" type =" bool" visibility =" 0x00" properties =" 0x02" >
2946- <specifiers >const noexcept</specifiers >
2947- <!-- ${QF::QMActive::isInState::st}-->
2948- <parameter name =" st" type =" QMState const * const" />
2949- <code >return reinterpret_cast< QMsm const *> (this)-> QMsm::isInState(st);</code >
2950- </operation >
29512917<!-- ${QF::QMActive::childStateObj}-->
29522918 <operation name =" childStateObj" type =" QMState const *" visibility =" 0x00" properties =" 0x02" >
29532919 <specifiers >const noexcept</specifiers >