This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// All Linkdef.h files start with this preamble | |
#ifdef __CINT__ | |
#pragma link off all globals; | |
#pragma link off all classes; | |
#pragma link off all functions; | |
#pragma link C++ nestedclasses; | |
// List all your classes that require Dictionary generation: | |
#pragma link C++ class MyClassWithClassImpMarco1 | |
#pragma link C++ class MyClassWithClassImpMarco2 |
NewerOlder