#include <IOVKeysDescription.h>
Public Member Functions | |
virtual IOVKeysDescription * | clone () const |
SmallWORMDict const & | dict () const |
IOVKeysDescription () | |
IOVKeysDescription (std::vector< std::string > const &idict, std::string const &itag) | |
std::string const & | tag () const |
virtual | ~IOVKeysDescription () |
Private Attributes | |
SmallWORMDict | dict_m |
std::string | m_tag |
Definition at line 12 of file IOVKeysDescription.h.
cond::IOVKeysDescription::IOVKeysDescription | ( | ) | [inline] |
cond::IOVKeysDescription::IOVKeysDescription | ( | std::vector< std::string > const & | idict, |
std::string const & | itag | ||
) | [inline, explicit] |
Definition at line 15 of file IOVKeysDescription.h.
virtual cond::IOVKeysDescription::~IOVKeysDescription | ( | ) | [inline, virtual] |
Definition at line 18 of file IOVKeysDescription.h.
{}
virtual IOVKeysDescription* cond::IOVKeysDescription::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from cond::IOVDescription.
Definition at line 19 of file IOVKeysDescription.h.
References IOVKeysDescription().
{ return new IOVKeysDescription(*this);}
SmallWORMDict const& cond::IOVKeysDescription::dict | ( | ) | const [inline] |
std::string const& cond::IOVKeysDescription::tag | ( | ) | const [inline] |
Definition at line 29 of file IOVKeysDescription.h.
Referenced by dict().
std::string cond::IOVKeysDescription::m_tag [private] |
Definition at line 30 of file IOVKeysDescription.h.
Referenced by tag().