Searched refs:TenSec (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SM-2Arg.cpp | 33 struct TenSec {}; struct 257 void start_blinking(TenSec const&) { std::cout << "Paused::start_blinking\n"; } in start_blinking() 258 void stop_blinking(TenSec const&) { std::cout << "Paused::stop_blinking\n"; } in stop_blinking() 266 … a_row < StartBlinking , TenSec , StopBlinking , &pa::stop_blinking >, 267 … a_row < StopBlinking , TenSec , StartBlinking , &pa::start_blinking > 413 p.process_event(TenSec()); in test() 414 p.process_event(TenSec()); in test()
|
D | Visitor.cpp | 34 struct TenSec {}; struct
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | SM-2Arg.cpp | 33 struct TenSec {}; struct 257 void start_blinking(TenSec const&) { std::cout << "Paused::start_blinking\n"; } in start_blinking() 258 void stop_blinking(TenSec const&) { std::cout << "Paused::stop_blinking\n"; } in stop_blinking() 266 … a_row < StartBlinking , TenSec , StopBlinking , &pa::stop_blinking >, 267 … a_row < StopBlinking , TenSec , StartBlinking , &pa::start_blinking > 413 p.process_event(TenSec()); in test() 414 p.process_event(TenSec()); in test()
|
D | Visitor.cpp | 34 struct TenSec {}; struct
|