LinkDef.h
Go to the documentation of this file.
1 #ifdef __CINT__
2 
3 #pragma link off all globals;
4 
5 #pragma link off all classes;
6 
7 #pragma link off all functions;
8 
9 #pragma link C++ nestedclass;
10 
11 #pragma link C++ nestedtypedef;
12 
13 #pragma link C++ namespace cnn;
14 
15 #endif