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

Method Uncoded

src/Launcher/Code/Uncoded/Uncoded.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template<class L, typename B, typename R, typename Q>
7Uncoded<L, B, R, Q>::Uncoded(const int argc, const char** argv, std::ostream& stream)
8 : L(argc, argv, stream)
9 , params_cdc(new factory::Codec_uncoded("cdc"))
10{
11 this->params.set_cdc(params_cdc);
12}
13
14template<class L, typename B, typename R, typename Q>
15void

Callers

nothing calls this directly

Calls 1

set_cdcMethod · 0.80

Tested by

no test coverage detected