c++ Programming Glossary: last_chain_link
automatic registration of object creator function with a macro http://stackoverflow.com/questions/6137706/automatic-registration-of-object-creator-function-with-a-macro to call in the chain. So I keep redefining the #define LAST_CHAIN_LINK to be the most recently specialized typename. This means that.. define the REGISTER_CHAIN macro to work without using the LAST_CHAIN_LINK #undef #define code too If only it were possible to redefine.. #define code too If only it were possible to redefine the LAST_CHAIN_LINK token inside the REGISTER_CHAIN method... My guess is some solution..
|