#include <es_Label.h>
|
| Label ()=default |
|
| Label (const char *iLabel) |
|
| Label (const std::string &iString) |
|
| Label (const std::string &iString, unsigned int const iIndex) |
|
Label & | operator() (const std::string &iString, unsigned int const iIndex) |
|
Label & | operator() (int iIndex, const std::string &iString) |
|
|
static const std::string & | def () |
|
Definition at line 56 of file es_Label.h.
◆ Label() [1/4]
edm::es::Label::Label |
( |
| ) |
|
|
default |
◆ Label() [2/4]
edm::es::Label::Label |
( |
const char * |
iLabel | ) |
|
|
inline |
◆ Label() [3/4]
edm::es::Label::Label |
( |
const std::string & |
iString | ) |
|
|
inline |
◆ Label() [4/4]
edm::es::Label::Label |
( |
const std::string & |
iString, |
|
|
unsigned int const |
iIndex |
|
) |
| |
|
inline |
◆ def()
static const std::string& edm::es::Label::def |
( |
| ) |
|
|
inlinestatic |
◆ operator()() [1/2]
Label& edm::es::Label::operator() |
( |
const std::string & |
iString, |
|
|
unsigned int const |
iIndex |
|
) |
| |
|
inline |
◆ operator()() [2/2]
Label& edm::es::Label::operator() |
( |
int |
iIndex, |
|
|
const std::string & |
iString |
|
) |
| |
|
inline |
Definition at line 82 of file es_Label.h.
82 {
return (*
this)(iString, iIndex); }
◆ default_
std::string edm::es::Label::default_ {} |
◆ labels_
std::vector<std::string> edm::es::Label::labels_ {} |