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

Method Decoder_NO

src/Factory/Module/Decoder/NO/Decoder_NO.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const std::string aff3ct::factory::Decoder_NO_prefix = "dec";
11
12Decoder_NO ::Decoder_NO(const std::string& prefix)
13 : Decoder(Decoder_NO_name, prefix)
14{
15 this->type = "NONE";
16 this->implem = "HARD_DECISION";
17}
18
19Decoder_NO*
20Decoder_NO ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected