equal
deleted
inserted
replaced
14 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_ARG_PARSER |
19 #ifndef LEMON_ARG_PARSER_H |
20 #define LEMON_ARG_PARSER |
20 #define LEMON_ARG_PARSER_H |
21 |
21 |
22 #include <vector> |
22 #include <vector> |
23 #include <map> |
23 #include <map> |
24 #include <list> |
24 #include <list> |
25 #include <string> |
25 #include <string> |
380 const std::vector<std::string> &files() const { return _file_args; } |
380 const std::vector<std::string> &files() const { return _file_args; } |
381 |
381 |
382 }; |
382 }; |
383 } |
383 } |
384 |
384 |
385 #endif // LEMON_ARG_PARSER |
385 #endif // LEMON_ARG_PARSER_H |