2019-03-19 12:49:37 +00:00
|
|
|
#ifndef GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
|
|
|
|
#define GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
|
|
|
|
|
2019-03-20 11:34:46 +00:00
|
|
|
#include <filesystem>
|
2019-03-19 12:49:37 +00:00
|
|
|
#include <string>
|
|
|
|
#include <tuple>
|
|
|
|
|
2019-03-20 19:14:55 +00:00
|
|
|
std::tuple<std::filesystem::path, std::filesystem::path, bool, int, int>
|
2019-03-20 11:34:46 +00:00
|
|
|
parse_args(int, char **);
|
2019-03-19 12:49:37 +00:00
|
|
|
|
|
|
|
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */
|