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

Method Decoder_RS

src/Factory/Module/Decoder/RS/Decoder_RS.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const std::string aff3ct::factory::Decoder_RS_prefix = "dec";
16
17Decoder_RS ::Decoder_RS(const std::string& prefix)
18 : Decoder(Decoder_RS_name, prefix)
19{
20 this->type = "ALGEBRAIC";
21 this->implem = "STD";
22}
23
24Decoder_RS*
25Decoder_RS ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected