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

Method Encoder_conv

src/Factory/Module/Encoder/Conv/Encoder_conv.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const std::string aff3ct::factory::Encoder_conv_prefix = "enc";
16
17Encoder_conv ::Encoder_conv(const std::string& prefix)
18 : Encoder(Encoder_conv_name, prefix)
19{
20 this->type = "CONV";
21 this->systematic = false;
22}
23
24Encoder_conv*
25Encoder_conv ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected