StreamCommandParser.h File Reference
#include <cctype>
#include <ctype.h>
#include "Utilities.hpp"
Include dependency graph for StreamCommandParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StreamToken
 
class  TokenDefinition
 
class  ParseAction
 

Macros

#define no_token   1
 

Enumerations

enum  ActionType {
  NoAction , BitOr , BitAnd , MF ,
  ME , MI , MEB , MIB ,
  SetBool , SetItem , CallItem
}
 

Functions

int parser (TokenDefinition *ttsp, const char *TokenString, void *userparms)
 

Macro Definition Documentation

◆ no_token

#define no_token   1

Definition at line 51 of file StreamCommandParser.h.

Enumeration Type Documentation

◆ ActionType

enum ActionType
Enumerator
NoAction 
BitOr 
BitAnd 
MF 
ME 
MI 
MEB 
MIB 
SetBool 
SetItem 
CallItem 

Definition at line 56 of file StreamCommandParser.h.

Function Documentation

◆ parser()