NCDConfigParser_parse.h 462 B

1234567891011
  1. #define PROCESS 1
  2. #define NAME 2
  3. #define CURLY_OPEN 3
  4. #define CURLY_CLOSE 4
  5. #define ROUND_OPEN 5
  6. #define ROUND_CLOSE 6
  7. #define SEMICOLON 7
  8. #define ARROW 8
  9. #define DOT 9
  10. #define STRING 10
  11. #define COMMA 11