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

Method clone

src/Module/Decoder/Generic/Chase/Decoder_chase_std.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template<typename B, typename R>
49Decoder_chase_std<B, R>*
50Decoder_chase_std<B, R>::clone() const
51{
52 auto m = new Decoder_chase_std(*this);
53 m->deep_copy(*this);
54 return m;
55}
56
57template<typename B, typename R>
58void

Callers 2

Decoder_chase_stdMethod · 0.45
deep_copyMethod · 0.45

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected