| 552 | namespace parser_tool |
| 553 | { |
| 554 | struct IntegerDesc |
| 555 | { |
| 556 | std::string negative = ""; |
| 557 | std::string base = ""; |
| 558 | std::string value = ""; |
| 559 | }; |
| 560 | struct ArguDesc { |
| 561 | std::string arg_name = ""; |
| 562 | bool grouping = false; |
nothing calls this directly
no outgoing calls
no test coverage detected