#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.
|
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 }
|
|
Implements GeneralMaker. Definition at line 60 of file generalmaker.h.
|
|
Definition at line 64 of file generalmaker.h. |