Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/example/Performance/
DPerformance.cpp129 struct BitMachine : sc::state_machine< struct
130 BitMachine< NoOfBits, FirstTransitionBit >,
138 BitMachine() : inStateReactions_( 0 ), transitions_( 0 ) {} in BitMachine() function
275 BitMachine< NoOfBits, FirstTransitionBit >, argument
276 &BitMachine< NoOfBits, FirstTransitionBit >::InStateReaction >,
280 BitMachine< NoOfBits, FirstTransitionBit >,
281 &BitMachine< NoOfBits, FirstTransitionBit >::Transition >
295 BitMachine< NoOfBits, FirstTransitionBit > >
311 template struct BitMachine< uint1, uint0 >; variable
312 template struct BitMachine< uint1, uint1 >; variable
[all …]
/third_party/boost/libs/statechart/example/BitMachine/
DBitMachine.cpp99 struct BitMachine : sc::state_machine< struct
100 BitMachine, BitState< mpl::integral_c< unsigned int, 0 > > > {};
134 struct BitState : sc::simple_state< BitState< StateNo >, BitMachine >,
161 void DisplayMachineState( const BitMachine & bitMachine ) in DisplayMachineState()
185 void VisitAllStates( BitMachine & bitMachine, unsigned int msb ) in VisitAllStates()
231 BitMachine bitMachine; in main()
/third_party/boost/libs/statechart/example/Handcrafted/
DHandcrafted.cpp103 class BitMachine class
107 BitMachine() : pCurrentState_( &Off::instance() ) {} in BitMachine() function in BitMachine
165 BitMachine bitMachine; in main()
/third_party/boost/libs/statechart/example/
DJamfile.v254 : [ statechart-st-example-build BitMachine : BitMachine : BitMachine ]
/third_party/boost/libs/statechart/test/
DJamfile.v2153 [ statechart-st-compile-example BitMachine : BitMachine : BitMachine ]
/third_party/boost/libs/statechart/
DStatechart.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BitMachine", "example\BitMachine\BitMachine.vc…