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

Method clone

src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Decoder_BCH*
26Decoder_BCH ::clone() const
27{
28 return new Decoder_BCH(*this);
29}
30
31void
32Decoder_BCH ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected