MCPcopy Create free account
hub / github.com/LUX-Core/lux / CreateObject

Method CreateObject

src/cryptopp/factory.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33public:
34 AbstractClass * CreateObject() const
35 {
36 return new ConcreteClass;
37 }
38};
39
40//! \class ObjectFactoryRegistry

Callers 9

TestSignatureSchemeFunction · 0.45
TestAsymmetricCipherFunction · 0.45
TestSymmetricCipherFunction · 0.45
TestDigestOrMACFunction · 0.45
CreateObjectMethod · 0.45
BenchMarkByName2Function · 0.45
BenchMarkByNameKeyLessFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestSignatureSchemeFunction · 0.36
TestAsymmetricCipherFunction · 0.36
TestSymmetricCipherFunction · 0.36
TestDigestOrMACFunction · 0.36