Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
Clonable Class Reference

Interface for cloning objects. More...

+ Inheritance diagram for Clonable:

Public Member Functions

virtual ClonableClone () const
 Copies this object. More...
 

Detailed Description

Interface for cloning objects.

Note
this is not implemented by most classes
See also
ClonableImpl, NotCopyable

Definition at line 589 of file cryptlib.h.

Member Function Documentation

◆ Clone()

virtual Clonable* Clonable::Clone ( ) const
inlinevirtual

Copies this object.

Returns
a copy of this object
Exceptions
NotImplemented
Note
this is not implemented by most classes
See also
NotCopyable

Definition at line 599 of file cryptlib.h.


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