lemon/arg_parser.h
changeset 261 1c2ac7deb5d8
parent 214 60eecd3fe37a
child 290 f6899946c1ac
equal deleted inserted replaced
9:7444e0b219e5 10:04a5d9c32797
    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