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

Method Encoder_RSC

src/Factory/Module/Encoder/RSC/Encoder_RSC.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const std::string aff3ct::factory::Encoder_RSC_prefix = "enc";
18
19Encoder_RSC ::Encoder_RSC(const std::string& prefix)
20 : Encoder(Encoder_RSC_name, prefix)
21{
22 this->type = "RSC";
23}
24
25Encoder_RSC*
26Encoder_RSC ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected