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

Method Encoder_BCH

src/Factory/Module/Encoder/BCH/Encoder_BCH.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const std::string aff3ct::factory::Encoder_BCH_prefix = "enc";
13
14Encoder_BCH ::Encoder_BCH(const std::string& prefix)
15 : Encoder(Encoder_BCH_name, prefix)
16{
17 this->type = "BCH";
18}
19
20Encoder_BCH*
21Encoder_BCH ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected