Home
last modified time | relevance | path

Searched refs:play_event (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/boost-docs/boost_1_72_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/mpl/example/fsm/
H A Dplayer.cpp28 struct play_event : event<play_event> {}; struct in player
49 bool do_play(play_event const&) { std::cout << "player::do_play\n"; return true; } in do_play()
52 bool do_resume(play_event const&) { std::cout << "player::do_resume\n"; return true; } in do_resume()
58 transition<stopped, play_event, playing, &player::do_play>
61 , transition<paused, play_event, playing, &player::do_resume>
71 p.process_event(player::play_event()); in main()
73 p.process_event(player::play_event()); in main()
/dports/audio/playumidi/playumidi-0.8.3/src/
H A DMakefile41 play_event.o \
73 play_event.o: play_event.c $(HEADERS)
74 $(CC) -c -o play_event.o $(CFLAGS) play_event.c
/dports/devel/boost-docs/boost_1_72_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/devel/boost-docs/boost_1_72_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/devel/boost-python-libs/boost_1_72_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/devel/boost-python-libs/boost_1_72_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/xtrabackup/boost_1_59_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/percona57-server/boost_1_59_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/percona57-server/boost_1_59_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/xtrabackup/boost_1_59_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/percona57-client/boost_1_59_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/databases/percona57-client/boost_1_59_0/libs/msm/doc/PDF/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;
/dports/devel/boost-libs/boost_1_72_0/libs/msm/doc/HTML/examples/
H A DSimplePhoenix.cpp37 struct play_event : boost::msm::front::euml::euml_event<play_event> struct
40 play_event play;

1234