CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
8 void setPath( TString& v);
9 void getDecomposedVersion(const TString& s, int* out);
11 bool acceptDataFormatsVersion(TString& n);
12 }
13 
14 
15 
16 #endif
17 
18 
19 
20 
void getDecomposedVersion(const TString &s, int *out)
Definition: fwPaths.cc:30
int * supportedDataFormatsVersion()
Definition: fwPaths.cc:43
tuple out
Definition: dbtoconf.py:99
bool acceptDataFormatsVersion(TString &n)
Definition: fwPaths.cc:71
void setPath(TString &v)
Definition: fwPaths.cc:15