Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/example/Keyboard/
DKeyboard.cpp113 for ( Keyboard::state_iterator pLeafState = keyboard.state_begin(); in DisplayStateConfiguration() local
114 pLeafState != keyboard.state_end(); ++pLeafState ) in DisplayStateConfiguration()
118 const Keyboard::state_base_type * pState = &*pLeafState; in DisplayStateConfiguration()
122 if ( pState != &*pLeafState ) in DisplayStateConfiguration()