#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.
|
|||||||||
|
Definition at line 49 of file algomaker.h. References AlgoMaker::registry(). 00049 : AlgoMaker( ) 00050 { 00051 AlgoMaker::registry().insert( std::make_pair( algoName, this ) ); 00052 }
|
|
|||||||||
|
Definition at line 53 of file algomaker.h.
|
|
|||||||||
|
Implements AlgoMaker. Definition at line 59 of file algomaker.h.
|
|
||||||||||||||||||||
|
Implements AlgoMaker. Definition at line 55 of file algomaker.h.
|
|
|||||
|
Definition at line 64 of file algomaker.h. |
1.4.4