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

Method Decoder

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

Source from the content-addressed store, hash-verified

14const std::string aff3ct::factory::Decoder_prefix = "dec";
15
16Decoder ::Decoder(const std::string& name, const std::string& prefix)
17 : Factory(name, Decoder_name, prefix)
18{
19}
20
21Decoder*
22Decoder ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected