StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StHbtMaker
Infrastructure
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
Generated by
1.8.5