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

Method clone

src/Factory/Module/Encoder/RA/Encoder_RA.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Encoder_RA*
21Encoder_RA ::clone() const
22{
23 return new Encoder_RA(*this);
24}
25
26std::vector<std::string>
27Encoder_RA ::get_names() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected