¡@

Home 

c++ Programming Glossary: register_chain

Struct Padding

http://stackoverflow.com/questions/5804541/struct-padding

automatic registration of object creator function with a macro

http://stackoverflow.com/questions/6137706/automatic-registration-of-object-creator-function-with-a-macro

question In the code below is there any way to define the REGISTER_CHAIN macro to work without using the LAST_CHAIN_LINK #undef #define.. possible to redefine the LAST_CHAIN_LINK token inside the REGISTER_CHAIN method... My guess is some solution is possible using the __COUNTER__.. void chain #define LAST_CHAIN_LINK empty to start #define REGISTER_CHAIN T template void ObjectFactory Register T chain ObjectFactory..