NCDConfigParser_parse.h 630 B

123456789101112131415
  1. #define NAME 1
  2. #define CURLY_OPEN 2
  3. #define CURLY_CLOSE 3
  4. #define ROUND_OPEN 4
  5. #define ROUND_CLOSE 5
  6. #define SEMICOLON 6
  7. #define ARROW 7
  8. #define DOT 8
  9. #define COMMA 9
  10. #define COLON 10
  11. #define BRACKET_OPEN 11
  12. #define BRACKET_CLOSE 12
  13. #define STRING 13
  14. #define PROCESS 14
  15. #define TEMPLATE 15