StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtString.hh
1 #ifndef StHbtString_hh
2 #define StHbtString_hh
3 
4 #ifndef __CINT__
5 
6 #ifndef StHbtString_noCint
7 #define StHbtString_noCint
8 #include <string>
9 
10 #if !defined(ST_NO_NAMESPACES)
11 using std::string;
12 #endif
13 
14 typedef string StHbtString;
15 #endif
16 
17 #else
18 
19 #ifndef StHbtString_yesCint
20 #define StHbtString_yesCint
21 class StHbtString;
22 #endif
23 
24 #endif
25 
26 #endif