Home
last modified time | relevance | path

Searched defs:BitMachine (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/statechart/example/Performance/
DPerformance.cpp129 struct BitMachine : sc::state_machine< struct
138 BitMachine() : inStateReactions_( 0 ), transitions_( 0 ) {} in BitMachine() function
144 void InStateReaction( const EvFlipBit< uint0 > & ) in InStateReaction()
149 void InStateReaction( const EvFlipBit< uint1 > & ) in InStateReaction()
154 void InStateReaction( const EvFlipBit< uint2 > & ) in InStateReaction()
159 void InStateReaction( const EvFlipBit< uint3 > & ) in InStateReaction()
164 void InStateReaction( const EvFlipBit< uint4 > & ) in InStateReaction()
169 void InStateReaction( const EvFlipBit< uint5 > & ) in InStateReaction()
174 void InStateReaction( const EvFlipBit< uint6 > & ) in InStateReaction()
179 void InStateReaction( const EvFlipBit< uint7 > & ) in InStateReaction()
[all …]
/third_party/boost/libs/statechart/example/Handcrafted/
DHandcrafted.cpp103 class BitMachine class
107 BitMachine() : pCurrentState_( &Off::instance() ) {} in BitMachine() function in BitMachine
/third_party/boost/libs/statechart/example/BitMachine/
DBitMachine.cpp99 struct BitMachine : sc::state_machine< struct