ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTimeStampLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHTimeStampLinkDef.h
1 #ifdef __CINT__
2 
3 #pragma link C++ class PHTimeStamp + ;
4 
5 #ifndef __CLING__
6 #pragma link C++ function operator+ (const PHTimeStamp &, time_t);
7 #pragma link C++ function operator- (const PHTimeStamp &, time_t);
8 #pragma link C++ function operator- (const PHTimeStamp &, const PHTimeStamp &);
9 #pragma link C++ function operator<< (ostream &, const PHTimeStamp &);
10 #pragma link C++ function operator>> (istream &, const PHTimeStamp &);
11 #endif
12 
13 #endif /* __CINT__ */