CMS 3D CMS Logo

fwPaths.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_DataPath_h
2 #define Fireworks_Core_DataPath_h
3 
4 class TString;
5 
6 namespace fireworks {
7  void setPath(TString& v);
8  void getDecomposedVersion(const TString& s, int* out);
10  bool acceptDataFormatsVersion(TString& n);
11 } // namespace fireworks
12 
13 #endif
void getDecomposedVersion(const TString &s, int *out)
Definition: fwPaths.cc:26
int * supportedDataFormatsVersion()
Definition: fwPaths.cc:35
bool acceptDataFormatsVersion(TString &n)
Definition: fwPaths.cc:60
void setPath(TString &v)
Definition: fwPaths.cc:15