Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Object factory interface for registering objects. More...
#include <factory.h>
Public Member Functions | |
virtual AbstractClass * | CreateObject () const =0 |
Object factory interface for registering objects.
AbstractClass | Base class interface of the object |
|
inlinevirtual |