MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / get_description

Method get_description

src/Factory/Module/Encoder/Conv/Encoder_conv.cpp:30–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void
31Encoder_conv ::get_description(cli::Argument_map_info& args) const
32{
33 Encoder::get_description(args);
34
35 auto p = this->get_prefix();
36 const std::string class_name = "factory::Encoder_conv::";
37
38 args.erase({ p + "-cw-size", "N" });
39
40 cli::add_options(args.at({ p + "-type" }), 0, "CONV");
41
42 tools::add_arg(args, p, class_name + "p+poly", cli::Text());
43}
44
45void
46Encoder_conv ::store(const cli::Argument_map_value& vals)

Callers

nothing calls this directly

Calls 2

get_prefixMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected