Searched refs:S211 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/statechart/test/ |
D | TransitionTest.cpp | 267 template< class M > struct S211; 273 typedef sc::transition< E, S211< M > > reactions; 309 S21< M >, typename S2< M >::template orthogonal< 2 >, S211< M > > 312 S21< M >, typename S2< M >::template orthogonal< 2 >, S211< M > 316 sc::transition< B, S211< M >, S0< M >, &S0< M >::Transit > 323 struct S211 : InnermostDefault< struct 324 S211< M >, typename S21< M >::template orthogonal< 1 > > 327 S211< M >, typename S21< M >::template orthogonal< 1 > > my_base; argument 333 S211( typename my_base::my_context ctx ) : my_base( ctx ) {} in S211() function 345 sc::transition< F, S211< M >, S0< M >, &S0< M >::Transit > [all …]
|