#include <generalmaker.h>
Inheritance diagram for GeneralMakerTP< Data, str_ >:
Protected Member Functions | |
GeneralMakerTP () | |
GeneralData * | makeData () |
Static Protected Attributes | |
static const GeneralMakerTP< Data, str_ > | registerThis |
Definition at line 50 of file generalmaker.h.
GeneralMakerTP< Data, str_ >::GeneralMakerTP | ( | ) | [inline, protected] |
Definition at line 53 of file generalmaker.h.
References GeneralMaker::registry().
00053 : GeneralMaker( ) 00054 { 00055 Data d; 00056 std::string str = d.uniqueName(); 00057 GeneralMaker::registry().insert( make_pair( str, this ) ); 00058 // std::cerr<<"Hello?????"<<std::endl; 00059 }
GeneralData* GeneralMakerTP< Data, str_ >::makeData | ( | ) | [inline, protected, virtual] |
const GeneralMakerTP< Data, str_ > GeneralMakerTP< Data, str_ >::registerThis [static, protected] |
Definition at line 64 of file generalmaker.h.