Main Page
Namespaces
Classes
Package Documentation
FWCore
MessageLogger
interface
ELstring.h
Go to the documentation of this file.
1
#ifndef MessageLogger_ELstring_h
2
#define MessageLogger_ELstring_h
3
4
// ----------------------------------------------------------------------
5
//
6
// ELstring.h Provides a string class with the semantics of std::string.
7
// Customizers may substitute for this class to provide either
8
// a string with a different allocator, or whatever else.
9
//
10
// The elements of string semantics which are relied upon are listed
11
// in ELstring.semantics
12
//
13
// ----------------------------------------------------------------------
14
15
#include <string>
16
17
namespace
edm
{
18
19
// ----------------------------------------------------------------------
20
21
typedef
std::string
ELstring
;
22
23
bool
eq_nocase
(
const
ELstring& s1,
const
char
s2
[]);
24
25
bool
eq
(
const
ELstring& s1,
const
ELstring
s2
);
26
27
// ----------------------------------------------------------------------
28
29
}
// end of namespace edm
30
31
#endif // MessageLogger_ELstring_h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::eq
bool eq(const ELstring &s1, const ELstring s2)
Definition:
ELstring.cc:39
edm::eq_nocase
bool eq_nocase(const ELstring &s1, const char s2[])
Definition:
ELstring.cc:21
indexGen.s2
s2
Definition:
indexGen.py:107
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ELstring
std::string ELstring
Definition:
ELstring.h:21
Generated for CMSSW Reference Manual by
1.8.11