¡@

Home 

c++ Programming Glossary: factorygen

Elegant way to implement extensible factories in C++

http://stackoverflow.com/questions/17378961/elegant-way-to-implement-extensible-factories-in-c

in words however I think the example implementations of FactoryGen.h in Base.h and Derived.h are clear enough with the help of.. help of comments. I can provide more details if necessary. FactoryGen.h #pragma once #include map #include tuple #include typeinfo.. in visual studio though... template typename Base using FactoryGen Base FactoryGen Base void Assign unique ids to all classes within..