Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:32

0001 #ifndef Fireworks_Core_DataPath_h
0002 #define Fireworks_Core_DataPath_h
0003 
0004 class TString;
0005 
0006 namespace fireworks {
0007   void setPath(TString& v);
0008   void getDecomposedVersion(const TString& s, int* out);
0009   int* supportedDataFormatsVersion();
0010   bool acceptDataFormatsVersion(TString& n);
0011 }  // namespace fireworks
0012 
0013 #endif