xo-reader2: + on_i64_token in all Ssm classes.
This commit is contained in:
parent
b7a813ec07
commit
e7930122a7
32 changed files with 166 additions and 1 deletions
|
|
@ -141,6 +141,9 @@ namespace xo {
|
|||
/** operate state machine for incoming f64-token @p tk **/
|
||||
void on_f64_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming i64-token @p tk **/
|
||||
void on_i64_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming bool-token @p tk **/
|
||||
void on_bool_token(const Token & tk);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue