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

Method Encoder

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

Source from the content-addressed store, hash-verified

14const std::string aff3ct::factory::Encoder_prefix = "enc";
15
16Encoder ::Encoder(const std::string& prefix)
17 : Factory(Encoder_name, Encoder_name, prefix)
18{
19}
20
21Encoder ::Encoder(const std::string& name, const std::string& prefix)
22 : Factory(name, Encoder_name, prefix)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected