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

Method deep_copy

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

Source from the content-addressed store, hash-verified

56
57template<typename B, typename R>
58void
59Decoder_chase_std<B, R>::deep_copy(const Decoder_chase_std<B, R>& m)
60{
61 spu::module::Stateful::deep_copy(m);
62 if (m.encoder != nullptr) this->encoder.reset(m.encoder->clone());
63}
64
65template<typename B, typename R>
66int

Callers 3

cloneMethod · 0.45
cloneMethod · 0.45
cloneMethod · 0.45

Calls 2

resetMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected