#include <IOVDescription.h>
Public Member Functions | |
virtual IOVDescription * | clone () const |
IOVDescription () | |
virtual | ~IOVDescription () |
Definition at line 6 of file IOVDescription.h.
cond::IOVDescription::IOVDescription | ( | ) | [inline] |
virtual cond::IOVDescription::~IOVDescription | ( | ) | [inline, virtual] |
Definition at line 9 of file IOVDescription.h.
{}
virtual IOVDescription* cond::IOVDescription::clone | ( | void | ) | const [inline, virtual] |
Reimplemented in cond::IOVKeysDescription.
Definition at line 10 of file IOVDescription.h.
References IOVDescription().
{ return new IOVDescription(*this);}