/third_party/boost/libs/msm/doc/HTML/examples/ |
D | TestErrorOrthogonality.cpp | 31 struct error_found {}; struct 97 _row < AllOk , error_found , ErrorMode >
|
D | OrthogonalDeferredEuml2.cpp | 35 BOOST_MSM_EUML_EVENT(error_found) 161 ErrorMode == AllOk + error_found / report_error , 236 p.process_event(error_found); pstate(p); in test()
|
D | Orthogonal-deferred2.cpp | 32 struct error_found {}; struct 183 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 213 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 287 p.process_event(error_found()); pstate(p); in test()
|
D | Orthogonal-deferred.cpp | 30 struct error_found {}; struct 195 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 223 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 297 p.process_event(error_found()); pstate(p); in test()
|
D | Visitor.cpp | 35 struct error_found {}; struct 267 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 295 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 355 p.process_event(error_found()); in test()
|
D | OrthogonalDeferredEuml.cpp | 35 BOOST_MSM_EUML_EVENT(error_found) 157 ErrorMode == AllOk + error_found / report_error, 247 p.process_event(error_found); pstate(p); in test()
|
D | BoostCon09Full.cpp | 37 struct error_found {}; struct 211 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 250 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 326 p.process_event(error_found()); pstate(p); in test()
|
D | SM-2Arg.cpp | 35 struct error_found {}; struct 320 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 349 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 447 p.process_event(error_found()); pstate(p); in test()
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | TestErrorOrthogonality.cpp | 31 struct error_found {}; struct 97 _row < AllOk , error_found , ErrorMode >
|
D | OrthogonalDeferredEuml2.cpp | 35 BOOST_MSM_EUML_EVENT(error_found) 161 ErrorMode == AllOk + error_found / report_error , 236 p.process_event(error_found); pstate(p); in test()
|
D | Visitor.cpp | 35 struct error_found {}; struct 267 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 295 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 355 p.process_event(error_found()); in test()
|
D | Orthogonal-deferred2.cpp | 32 struct error_found {}; struct 183 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 213 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 287 p.process_event(error_found()); pstate(p); in test()
|
D | Orthogonal-deferred.cpp | 30 struct error_found {}; struct 195 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 223 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 297 p.process_event(error_found()); pstate(p); in test()
|
D | OrthogonalDeferredEuml.cpp | 35 BOOST_MSM_EUML_EVENT(error_found) 157 ErrorMode == AllOk + error_found / report_error, 247 p.process_event(error_found); pstate(p); in test()
|
D | BoostCon09Full.cpp | 37 struct error_found {}; struct 211 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 250 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 326 p.process_event(error_found()); pstate(p); in test()
|
D | SM-2Arg.cpp | 35 struct error_found {}; struct 320 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() 349 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 447 p.process_event(error_found()); pstate(p); in test()
|
/third_party/boost/libs/msm/test/ |
D | OrthogonalDeferred.cpp | 34 struct error_found {}; struct 238 void report_error(error_found const&) {++report_error_counter;} in report_error() 270 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 435 p.process_event(error_found()); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferred2.cpp | 37 struct error_found {}; struct 243 void report_error(error_found const&) {++report_error_counter;} in report_error() 277 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 442 p.process_event(error_found()); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferred3.cpp | 37 struct error_found {}; struct 243 void report_error(error_found const&) {++report_error_counter;} in report_error() 296 a_row < AllOk , error_found ,ErrorMode, &p::report_error >, 458 p.process_event(error_found()); in BOOST_AUTO_TEST_CASE()
|
D | OrthogonalDeferredEuml.cpp | 36 BOOST_MSM_EUML_EVENT(error_found) 133 ErrorMode == AllOk + error_found / ++fsm_(report_error_counter), 291 p.process_event(error_found); in BOOST_AUTO_TEST_CASE()
|