One state in the state machine.
More...
#include <xmlscanner.hpp>
|
class | Action |
| Definition of action fired by the state machine. More...
|
|
One state in the state machine.
textwolf::ScannerStatemachine::Element::Element |
( |
| ) |
|
|
inline |
Action textwolf::ScannerStatemachine::Element::action |
action executed after entering this state
int textwolf::ScannerStatemachine::Element::fallbackState |
state transition if the event does not match (it belongs to the next state = fallbackState)
int textwolf::ScannerStatemachine::Element::missError |
error code in case of an event that does not match and there is no fallback
follow state fired by an event (control character type parsed)
unsigned char textwolf::ScannerStatemachine::Element::nofnext |
number of follow states defined
The documentation for this class was generated from the following file:
- /home/patrick/Projects/github/textwolf/include/textwolf/xmlscanner.hpp