Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/example/StopWatch/
DStopWatch.cpp68 struct IElapsedTime struct
98 struct Running : IElapsedTime, sc::simple_state< Running, Active >
120 struct Stopped : IElapsedTime, sc::simple_state< Stopped, Active >
174 stopWatch.state_cast< const IElapsedTime & >().ElapsedTime() << "\n"; in main()