Public Member Functions | |
ELservConSup * | clone () const |
ELstring | context () const |
ELstring | fullContext () const |
void | setContext (const ELstring &s) |
void | setFullContext (const ELstring &s) |
void | setSummaryContext (const ELstring &s) |
ELstring | summaryContext () const |
Private Attributes | |
ELstring | con_ |
ELstring | fullcon_ |
ELstring | sumcon_ |
ELservConSup* edm::service::ELservConSup::clone | ( | void | ) | const [inline, virtual] |
Implements edm::service::ELcontextSupplier.
Definition at line 34 of file ELrecv.cc.
{ return new ELservConSup ( *this ); }
ELstring edm::service::ELservConSup::context | ( | ) | const [inline, virtual] |
Implements edm::service::ELcontextSupplier.
Definition at line 28 of file ELrecv.cc.
References con_.
{ return con_; }
ELstring edm::service::ELservConSup::fullContext | ( | ) | const [inline, virtual] |
Implements edm::service::ELcontextSupplier.
Definition at line 30 of file ELrecv.cc.
References fullcon_.
{ return fullcon_; }
void edm::service::ELservConSup::setContext | ( | const ELstring & | s | ) | [inline] |
Definition at line 31 of file ELrecv.cc.
References con_, and alignCSCRings::s.
Referenced by edm::service::ELrecv().
void edm::service::ELservConSup::setFullContext | ( | const ELstring & | s | ) | [inline] |
Definition at line 33 of file ELrecv.cc.
References fullcon_, and alignCSCRings::s.
Referenced by edm::service::ELrecv().
void edm::service::ELservConSup::setSummaryContext | ( | const ELstring & | s | ) | [inline] |
Definition at line 32 of file ELrecv.cc.
References alignCSCRings::s, and sumcon_.
Referenced by edm::service::ELrecv().
ELstring edm::service::ELservConSup::summaryContext | ( | ) | const [inline, virtual] |
Implements edm::service::ELcontextSupplier.
Definition at line 29 of file ELrecv.cc.
References sumcon_.
{ return sumcon_; }
ELstring edm::service::ELservConSup::con_ [private] |
Definition at line 36 of file ELrecv.cc.
Referenced by context(), and setContext().
ELstring edm::service::ELservConSup::fullcon_ [private] |
Definition at line 38 of file ELrecv.cc.
Referenced by fullContext(), and setFullContext().
ELstring edm::service::ELservConSup::sumcon_ [private] |
Definition at line 37 of file ELrecv.cc.
Referenced by setSummaryContext(), and summaryContext().