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

Base class for identifying alogorithm. More...

#include <simple.h>

Inheritance diagram for AlgorithmImpl< BASE, ALGORITHM_INFO >:
[legend]
Collaboration diagram for AlgorithmImpl< BASE, ALGORITHM_INFO >:
[legend]

Public Member Functions

std::string AlgorithmName () const
 

Static Public Member Functions

static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Detailed Description

template<class BASE, class ALGORITHM_INFO = BASE>
class AlgorithmImpl< BASE, ALGORITHM_INFO >

Base class for identifying alogorithm.

Template Parameters
BASEan Algorithm derived class
ALGORITHM_INFOan Algorithm derived class

AlgorithmImpl provides StaticAlgorithmName from the template parameter BASE

Definition at line 38 of file simple.h.

Member Function Documentation

template<class BASE, class ALGORITHM_INFO = BASE>
std::string AlgorithmImpl< BASE, ALGORITHM_INFO >::AlgorithmName ( ) const
inline

Definition at line 42 of file simple.h.

template<class BASE, class ALGORITHM_INFO = BASE>
static std::string CRYPTOPP_API AlgorithmImpl< BASE, ALGORITHM_INFO >::StaticAlgorithmName ( )
inlinestatic

Definition at line 41 of file simple.h.


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