NCDConfigParser_parse.h 504 B

123456789101112
  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 STRING 10
  11. #define PROCESS 11
  12. #define TEMPLATE 12