#include <algomaker.h>
Inheritance diagram for AlgoMakerTP< AlgoType, algoName, algoShouldPopup >:
Protected Member Functions | |
AlgoMakerTP () | |
~AlgoMakerTP () | |
Algo * | makeAlgo (TrapperDoc *doc, std::set< db_recno_t > &recnoList, AlgoParam *param) |
bool | algoIsPopup () |
Static Protected Attributes | |
static const AlgoMakerTP< AlgoType, algoName, algoShouldPopup > | registerThis |
Definition at line 46 of file algomaker.h.
AlgoMakerTP< AlgoType, algoName, algoShouldPopup >::AlgoMakerTP | ( | ) | [inline, protected] |
Definition at line 49 of file algomaker.h.
References AlgoMaker::registry().
00049 : AlgoMaker( ) 00050 { 00051 AlgoMaker::registry().insert( std::make_pair( algoName, this ) ); 00052 }
AlgoMakerTP< AlgoType, algoName, algoShouldPopup >::~AlgoMakerTP | ( | ) | [inline, protected] |
Algo* AlgoMakerTP< AlgoType, algoName, algoShouldPopup >::makeAlgo | ( | TrapperDoc * | doc, | |
std::set< db_recno_t > & | recnoList, | |||
AlgoParam * | param | |||
) | [inline, protected, virtual] |
bool AlgoMakerTP< AlgoType, algoName, algoShouldPopup >::algoIsPopup | ( | ) | [inline, protected, virtual] |
template const AlgoMakerTP< StrandsAlgo, strandsAlgo, strandPopsup > AlgoMakerTP< AlgoType, algoName, algoShouldPopup >::registerThis [static, protected] |
Definition at line 64 of file algomaker.h.