Base class information.  
 More...
#include <simple.h>
template<class BASE, class ALGORITHM_INFO = BASE>
class AlgorithmImpl< BASE, ALGORITHM_INFO >
Base class information. 
- Template Parameters
 - 
  
  
 
AlgorithmImpl provides StaticAlgorithmName from the template parameter BASE 
Definition at line 39 of file simple.h.
 
◆ 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: