Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
ClonableImpl< DERIVED, BASE > Class Template Reference

Base class for identifying alogorithm. More...

#include <simple.h>

Inheritance diagram for ClonableImpl< DERIVED, BASE >:
[legend]
Collaboration diagram for ClonableImpl< DERIVED, BASE >:
[legend]

Public Member Functions

ClonableClone () const
 

Detailed Description

template<class DERIVED, class BASE>
class ClonableImpl< DERIVED, BASE >

Base class for identifying alogorithm.

Template Parameters
BASEbase class from which to derive
DERIVEDclass which to clone

Definition at line 26 of file simple.h.

Member Function Documentation

template<class DERIVED, class BASE>
Clonable* ClonableImpl< DERIVED, BASE >::Clone ( ) const
inline

Definition at line 29 of file simple.h.


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