/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SimpleTutorial2.cpp | 37 struct cd_detected struct 39 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 72 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 73 bool internal_guard(cd_detected const&) in internal_guard() 114 bool auto_start(cd_detected const&) in auto_start() 128 void store_cd_info(cd_detected const&) { std::cout << "Player::store_cd_info\n"; } in store_cd_info() 131 bool good_disk_format(cd_detected const& evt) in good_disk_format() 155 row2 < Empty , cd_detected , Stopped , player_ ,&player_::store_cd_info 157 row2 < Empty , cd_detected , Playing , player_ ,&player_::store_cd_info 160 irow2 < Empty , cd_detected , Empty ,&Empty::internal_action [all …]
|
D | SimpleTutorialInternal2.cpp | 36 struct cd_detected struct 38 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 51 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 52 bool internal_guard(cd_detected const&) in internal_guard() 87 Internal < cd_detected , internal_action_fct ,internal_guard_fct > 133 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 140 bool good_disk_format(cd_detected const& evt) in good_disk_format() 165 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 166 irow < Empty , cd_detected , &p::internal_action ,&p::internal_guard >, 167 g_irow < Empty , cd_detected ,&p::internal_guard >, [all …]
|
D | SimpleTutorialInternal.cpp | 38 struct cd_detected struct 40 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 103 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 110 bool good_disk_format(cd_detected const& evt) in good_disk_format() 121 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 122 bool internal_guard(cd_detected const&) in internal_guard() 158 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 159 irow < Empty , cd_detected , &p::internal_action ,&p::internal_guard >, 161 g_irow < Empty , cd_detected ,&p::internal_guard >, 162 Row < Empty , cd_detected , none , internal_action_fct ,internal_guard_fct >, [all …]
|
D | TestInternal.cpp | 44 struct cd_detected struct 46 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 62 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 69 bool good_disk_format(cd_detected const& evt) in good_disk_format() 80 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 81 bool internal_guard(cd_detected const&) in internal_guard() 123 … Row < Empty , cd_detected , none , internal_action_fct ,internal_guard_fct >, 124 … Internal < cd_detected , internal_action_fct ,internal_guard_fct >, 266 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 267 irow < Empty , cd_detected , &p::internal_action ,&p::internal_guard >, [all …]
|
D | SimpleTutorial.cpp | 35 struct cd_detected struct 37 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 111 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 118 bool good_disk_format(cd_detected const& evt) in good_disk_format() 130 bool auto_start(cd_detected const&) in auto_start() 148 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 149 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 190 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 192 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | Serialize.cpp | 34 struct cd_detected struct 36 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 119 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 126 bool good_disk_format(cd_detected const& evt) in good_disk_format() 138 bool auto_start(cd_detected const&) in auto_start() 156 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 157 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 223 cd_detected("louie, louie",DISK_DVD)); pstate(p2); in test() 225 cd_detected("louie, louie",DISK_CD)); pstate(p2); in test()
|
D | SimpleWithFunctors2.cpp | 47 struct cd_detected struct 49 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 233 bool auto_start(cd_detected const& evt) in auto_start() 254 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 257 … g_row < Empty , cd_detected , Playing , &p::auto_start >, 298 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 300 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | SimpleWithFunctors.cpp | 45 struct cd_detected struct 47 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 228 bool auto_start(cd_detected const& evt) in auto_start() 249 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 252 … g_row < Empty , cd_detected , Playing , &p::auto_start >, 293 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 295 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | ExampleCircularBuffer.cpp | 37 struct cd_detected struct 39 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 209 bool auto_start(cd_detected const& evt) in auto_start() 230 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 233 … g_row < Empty , cd_detected , Playing , &p::auto_start >, 277 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 279 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | SCSimple.cpp | 38 struct cd_detected : sc::event< cd_detected > {}; struct 50 void store_cd_info(cd_detected const& cd) {/*std::cout << "player::store_cd_info\n";*/ } in store_cd_info() 67 sc::transition< cd_detected, Stopped, 145 p.process_event(test_sc::cd_detected()); in main()
|
D | SimpleTutorialInternalFunctors.cpp | 43 struct cd_detected struct 45 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 85 Internal < cd_detected , internal_action_fct ,internal_guard_fct > 259 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 262 … Row < Empty , cd_detected , none , none , internal_guard >, 303 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 305 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | SimpleTutorial2.cpp | 37 struct cd_detected struct 39 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 72 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 73 bool internal_guard(cd_detected const&) in internal_guard() 114 bool auto_start(cd_detected const&) in auto_start() 128 void store_cd_info(cd_detected const&) { std::cout << "Player::store_cd_info\n"; } in store_cd_info() 131 bool good_disk_format(cd_detected const& evt) in good_disk_format() 155 row2 < Empty , cd_detected , Stopped , player_ ,&player_::store_cd_info 157 row2 < Empty , cd_detected , Playing , player_ ,&player_::store_cd_info 160 irow2 < Empty , cd_detected , Empty ,&Empty::internal_action [all …]
|
D | SimpleTutorialInternal2.cpp | 36 struct cd_detected struct 38 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 51 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 52 bool internal_guard(cd_detected const&) in internal_guard() 87 Internal < cd_detected , internal_action_fct ,internal_guard_fct > 133 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 140 bool good_disk_format(cd_detected const& evt) in good_disk_format() 165 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 166 irow < Empty , cd_detected , &p::internal_action ,&p::internal_guard >, 167 g_irow < Empty , cd_detected ,&p::internal_guard >, [all …]
|
D | SimpleTutorialInternal.cpp | 38 struct cd_detected struct 40 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 103 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 110 bool good_disk_format(cd_detected const& evt) in good_disk_format() 121 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 122 bool internal_guard(cd_detected const&) in internal_guard() 158 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 159 irow < Empty , cd_detected , &p::internal_action ,&p::internal_guard >, 161 g_irow < Empty , cd_detected ,&p::internal_guard >, 162 Row < Empty , cd_detected , none , internal_action_fct ,internal_guard_fct >, [all …]
|
D | TestInternal.cpp | 44 struct cd_detected struct 46 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 62 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 69 bool good_disk_format(cd_detected const& evt) in good_disk_format() 80 void internal_action(cd_detected const&){ std::cout << "Empty::internal action\n"; } in internal_action() 81 bool internal_guard(cd_detected const&) in internal_guard() 123 … Row < Empty , cd_detected , none , internal_action_fct ,internal_guard_fct >, 124 … Internal < cd_detected , internal_action_fct ,internal_guard_fct >, 266 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 267 irow < Empty , cd_detected , &p::internal_action ,&p::internal_guard >, [all …]
|
D | SimpleTutorial.cpp | 35 struct cd_detected struct 37 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 111 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 118 bool good_disk_format(cd_detected const& evt) in good_disk_format() 130 bool auto_start(cd_detected const&) in auto_start() 148 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 149 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 190 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 192 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | Serialize.cpp | 34 struct cd_detected struct 36 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 119 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 126 bool good_disk_format(cd_detected const& evt) in good_disk_format() 138 bool auto_start(cd_detected const&) in auto_start() 156 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 157 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 223 cd_detected("louie, louie",DISK_DVD)); pstate(p2); in test() 225 cd_detected("louie, louie",DISK_CD)); pstate(p2); in test()
|
D | SimpleWithFunctors2.cpp | 47 struct cd_detected struct 49 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 233 bool auto_start(cd_detected const& evt) in auto_start() 254 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 257 … g_row < Empty , cd_detected , Playing , &p::auto_start >, 298 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 300 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | ExampleCircularBuffer.cpp | 37 struct cd_detected struct 39 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 209 bool auto_start(cd_detected const& evt) in auto_start() 230 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 233 … g_row < Empty , cd_detected , Playing , &p::auto_start >, 277 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 279 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | SimpleWithFunctors.cpp | 45 struct cd_detected struct 47 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 228 bool auto_start(cd_detected const& evt) in auto_start() 249 … Row < Empty , cd_detected , Stopped , store_cd_info , And_<good_disk_format, 252 … g_row < Empty , cd_detected , Playing , &p::auto_start >, 293 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 295 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
D | SCSimple.cpp | 38 struct cd_detected : sc::event< cd_detected > {}; struct 50 void store_cd_info(cd_detected const& cd) {/*std::cout << "player::store_cd_info\n";*/ } in store_cd_info() 67 sc::transition< cd_detected, Stopped, 145 p.process_event(test_sc::cd_detected()); in main()
|
/third_party/boost/libs/msm/example/mpl_graph/ |
D | msm_adaptor.cpp | 46 struct cd_detected struct 48 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 111 void store_cd_info(cd_detected const&) { std::cout << "player::store_cd_info\n"; } in store_cd_info() 118 bool good_disk_format(cd_detected const& evt) in good_disk_format() 130 bool auto_start(cd_detected const&) in auto_start() 148 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 149 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 243 cd_detected("louie, louie",DISK_DVD)); pstate(p); in test() 245 cd_detected("louie, louie",DISK_CD)); pstate(p); in test()
|
/third_party/boost/libs/msm/test/ |
D | SimpleInternal.cpp | 41 struct cd_detected struct 43 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() function 125 void store_cd_info(cd_detected const&) { } in store_cd_info() 132 bool internal_guard(cd_detected const&){++internal_guard_counter;return false;} in internal_guard() 135 bool good_disk_format(cd_detected const& evt) in good_disk_format() 163 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 166 g_irow < Empty , cd_detected ,&p::internal_guard >, 230 cd_detected("louie, louie",DISK_DVD)); in BOOST_AUTO_TEST_CASE() 237 cd_detected("louie, louie",DISK_CD)); in BOOST_AUTO_TEST_CASE()
|
D | SimpleInternalFunctors.cpp | 46 struct cd_detected struct 48 cd_detected(std::string name, DiskTypeEnum diskType) in cd_detected() argument 155 void store_cd_info(cd_detected const&) { } in store_cd_info() 188 bool good_disk_format(cd_detected const& evt) in good_disk_format() 216 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 219 Row < Empty , cd_detected , none , none ,internal_guard >, 287 cd_detected("louie, louie",DISK_DVD)); in BOOST_AUTO_TEST_CASE() 294 cd_detected("louie, louie",DISK_CD)); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/mpl/example/fsm/ |
D | player1.cpp | 182 struct cd_detected { struct 183 cd_detected(char const*, std::vector<std::clock_t> const&) {} in cd_detected() argument 210 void store_cd_info(cd_detected const&); 234 row < Empty , cd_detected , Stopped , &p::store_cd_info >, 261 void player::store_cd_info(cd_detected const&){} in store_cd_info() 277 cd_detected( in main()
|