Home
last modified time | relevance | path

Searched refs:EvShutterFull (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/statechart/example/Camera/
DShooting.cpp44 typedef sc::custom_reaction< EvShutterFull > reactions;
46 sc::result react( const EvShutterFull & );
49 sc::result Focused::react( const EvShutterFull & ) in react() argument
DCamera.hpp30 struct EvShutterFull : sc::event< EvShutterFull > {}; struct
DMain.cpp83 myCamera.process_event( EvShutterFull() ); in main()
DShooting.hpp55 sc::deferral< EvShutterFull >