Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
33
public:
34
AbstractClass * CreateObject() const
35
{
36
return new ConcreteClass;
37
}
38
};
39
40
//! \class ObjectFactoryRegistry
Callers
9
TestSignatureScheme
Function · 0.45
TestAsymmetricCipher
Function · 0.45
TestSymmetricCipher
Function · 0.45
TestAuthenticatedSymmetricCipher
Function · 0.45
TestDigestOrMAC
Function · 0.45
TestKeyDerivationFunction
Function · 0.45
CreateObject
Method · 0.45
BenchMarkByName2
Function · 0.45
BenchMarkByNameKeyLess
Function · 0.45
Calls
no outgoing calls
Tested by
6
TestSignatureScheme
Function · 0.36
TestAsymmetricCipher
Function · 0.36
TestSymmetricCipher
Function · 0.36
TestAuthenticatedSymmetricCipher
Function · 0.36
TestDigestOrMAC
Function · 0.36
TestKeyDerivationFunction
Function · 0.36