wlmaker
Loading...
Searching...
No Matches
Public Attributes | List of all members
_dfa_transition Struct Reference

Public Attributes

enum _dfa_state next_state
 
char *(* process )(char *dest_ptr, const char c)
 

Detailed Description

Transition for the DFA automaton.

Member Data Documentation

◆ next_state

enum _dfa_state _dfa_transition::next_state

Next state.

◆ process

char *(* _dfa_transition::process) (char *dest_ptr, const char c)

Function to apply for the current input character.

Parameters
dest_ptrCurrent position in output string.
dest_ptrCurrent input character.
Returns
New position in output string.

The documentation for this struct was generated from the following file: