c++ Programming Glossary: derivedc
automatic registration of object creator function with a macro http://stackoverflow.com/questions/6137706/automatic-registration-of-object-creator-function-with-a-macro LAST_CHAIN_LINK #define LAST_CHAIN_LINK DerivedB struct DerivedC public ObjectT DerivedC DerivedC std cout DerivedC constructor.. LAST_CHAIN_LINK DerivedB struct DerivedC public ObjectT DerivedC DerivedC std cout DerivedC constructor n REGISTER_CHAIN DerivedC.. DerivedB struct DerivedC public ObjectT DerivedC DerivedC std cout DerivedC constructor n REGISTER_CHAIN DerivedC Can..
|