40 : service_(
std::move(service)), opts_(
std::move(opts)) {}
51 this->
opts_ = std::move(opts);
59 std::string srvName = this->
service_;
63 if (srvName ==
"epic_2016") {
65 ep16Prep::readJSON(this->
opts_);
67 std::cerr <<
"Compile the code with EPIC module enabled." << std::endl;
70 }
else if (srvName ==
"epic_2016_post") {
73 NEM::EPC::ep16Post::readJSON(this->
opts_, ret);
75 std::cerr <<
"Compile the code with EPIC module enabled." << std::endl;
79 std::cerr <<
"The input generation service " << srvName <<
"is unsupported."
void toLower(std::string &str)