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

Method Encoder_RS

src/Factory/Module/Encoder/RS/Encoder_RS.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const std::string aff3ct::factory::Encoder_RS_prefix = "enc";
11
12Encoder_RS ::Encoder_RS(const std::string& prefix)
13 : Encoder(Encoder_RS_name, prefix)
14{
15 this->type = "RS";
16}
17
18Encoder_RS*
19Encoder_RS ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected