Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
ObjectFactory< AbstractClass > Class Template Referenceabstract

Object factory interface for registering objects. More...

#include <factory.h>

+ Inheritance diagram for ObjectFactory< AbstractClass >:

Public Member Functions

virtual AbstractClass * CreateObject () const =0
 

Detailed Description

template<class AbstractClass>
class ObjectFactory< AbstractClass >

Object factory interface for registering objects.

Template Parameters
AbstractClassBase class interface of the object

Definition at line 18 of file factory.h.

Constructor & Destructor Documentation

◆ ~ObjectFactory()

template<class AbstractClass >
virtual ObjectFactory< AbstractClass >::~ObjectFactory ( )
inlinevirtual

Definition at line 21 of file factory.h.


The documentation for this class was generated from the following file: