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

Method Encoder_NO

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected