/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/db/LinkDef.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/db/LinkDef.hh Source File
Ratpac-two
LinkDef.hh
1 // LinkDef fragment for db classes reflected into the RAT ROOT dictionary.
2 // Pulled in by the generated global LinkDef (see cmake/RATDictionary.cmake).
3 #ifdef __CINT__
4 
5 #pragma link C++ class RAT::DB + ;
6 #pragma link C++ class RAT::DBLink + ;
7 #pragma link C++ class RAT::DBLinkPtr + ;
8 #pragma link C++ class RAT::DBTable + ;
9 #pragma link C++ class RAT::DBTextLoader + ;
10 #pragma link C++ class RAT::DBJsonLoader + ;
11 #pragma link C++ class json::Value + ;
12 #pragma link C++ class RAT::HTTPDownloader + ;
13 #pragma link C++ class RAT::DBFieldCallback + ;
14 
15 #endif // __CINT__
16 
17 #ifdef __MAKECINT__
18 
19 #pragma link C++ class vector < RAT::DBTable *>;
20 
21 #endif