#include <StreamCommandParser.h>
Public Member Functions | |
| TokenDefinition (const char *t, size_t l, ParseAction *a) | |
| TokenDefinition (int(*a)(TokenDefinition *, StreamToken &, void *)) | |
| bool | isValid () |
| int | callUnknown (StreamToken &tokenizer, void *parms) |
Public Attributes | |
| const char * | token |
| size_t | minlength |
| ParseAction * | actions |
| int(* | actionRoutine )(TokenDefinition *, StreamToken &, void *) |
Definition at line 163 of file StreamCommandParser.h.
|
inline |
Definition at line 166 of file StreamCommandParser.h.
References actionRoutine, actions, minlength, and token.
|
inline |
Definition at line 174 of file StreamCommandParser.h.
References actionRoutine, actions, minlength, and token.
|
inline |
Definition at line 183 of file StreamCommandParser.h.
References actionRoutine.
Referenced by parser().
|
inline |
| int(* TokenDefinition::actionRoutine) (TokenDefinition *, StreamToken &, void *) |
Definition at line 192 of file StreamCommandParser.h.
Referenced by callUnknown(), and TokenDefinition().
| ParseAction* TokenDefinition::actions |
Definition at line 189 of file StreamCommandParser.h.
Referenced by parser(), and TokenDefinition().
| size_t TokenDefinition::minlength |
Definition at line 188 of file StreamCommandParser.h.
Referenced by parser(), and TokenDefinition().
| const char* TokenDefinition::token |
Definition at line 187 of file StreamCommandParser.h.
Referenced by isValid(), parser(), and TokenDefinition().