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

Method clone

src/Factory/Module/Encoder/RS/Encoder_RS.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Encoder_RS*
19Encoder_RS ::clone() const
20{
21 return new Encoder_RS(*this);
22}
23
24void
25Encoder_RS ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected