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

Method Extractor_uncoded

src/Module/Extractor/Uncoded/Extractor_uncoded.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template<typename B, typename Q>
10Extractor_uncoded<B, Q>::Extractor_uncoded(const int K)
11 : Extractor<B, Q>(K, K, 0)
12 , info_bits_pos(K, 0)
13{
14 const std::string name = "Extractor_uncoded";
15 this->set_name(name);
16 for (auto& t : this->tasks)
17 t->set_replicability(true);
18 std::iota(info_bits_pos.begin(), info_bits_pos.end(), 0);
19}
20
21template<typename B, typename Q>
22Extractor_uncoded<B, Q>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected