Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | Static Public Member Functions | List of all members
AlgorithmImpl< BASE, ALGORITHM_INFO > Class Template Reference

Base class information. More...

+ Inheritance diagram for AlgorithmImpl< BASE, ALGORITHM_INFO >:

Public Member Functions

std::string AlgorithmName () const
 The algorithm name. More...
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 The algorithm name. More...
 

Detailed Description

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

Base class information.

Template Parameters
BASEan Algorithm derived class
ALGORITHM_INFOan Algorithm derived class

AlgorithmImpl provides StaticAlgorithmName from the template parameter BASE

Definition at line 39 of file simple.h.

Member Function Documentation

◆ StaticAlgorithmName()

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

The algorithm name.

Returns
the algorithm name

StaticAlgorithmName returns the algorithm's name as a static member function. The name is taken from information provided by BASE.

Definition at line 46 of file simple.h.

◆ AlgorithmName()

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

The algorithm name.

Returns
the algorithm name

AlgorithmName returns the algorithm's name as a member function. The name is acquired by calling StaticAlgorithmName.

Definition at line 51 of file simple.h.


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