Public Member Functions | List of all members
evwgh::WeightCalcImpl< T > Class Template Reference

#include <WeightCalcCreator.h>

Inheritance diagram for evwgh::WeightCalcImpl< T >:
evwgh::WeightCalcCreator

Public Member Functions

 WeightCalcImpl (const std::string &classname)
 
virtual ~WeightCalcImpl ()
 
virtual WeightCalcCreate ()
 
- Public Member Functions inherited from evwgh::WeightCalcCreator
 WeightCalcCreator (const std::string &classname)
 
virtual ~WeightCalcCreator ()=default
 

Detailed Description

template<class T>
class evwgh::WeightCalcImpl< T >

Definition at line 20 of file WeightCalcCreator.h.

Constructor & Destructor Documentation

template<class T >
evwgh::WeightCalcImpl< T >::WeightCalcImpl ( const std::string classname)
inline

Definition at line 23 of file WeightCalcCreator.h.

23 : WeightCalcCreator(classname) {std::cout << __PRETTY_FUNCTION__ << " called." << std::endl;}
WeightCalcCreator(const std::string &classname)
QTextStream & endl(QTextStream &s)
template<class T >
virtual evwgh::WeightCalcImpl< T >::~WeightCalcImpl ( )
inlinevirtual

Definition at line 24 of file WeightCalcCreator.h.

24 {}

Member Function Documentation

template<class T >
virtual WeightCalc* evwgh::WeightCalcImpl< T >::Create ( )
inlinevirtual

Implements evwgh::WeightCalcCreator.

Definition at line 25 of file WeightCalcCreator.h.


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