#include <BaseKeyed.h>
Public Member Functions | |
BaseKeyed () | |
BaseKeyed (std::string const &ikey) | |
std::string const & | key () const |
void | setKey (std::string const &ikey) |
virtual | ~BaseKeyed () |
Private Attributes | |
std::string | m_key |
Definition at line 12 of file BaseKeyed.h.
cond::BaseKeyed::BaseKeyed | ( | ) | [inline] |
Definition at line 14 of file BaseKeyed.h.
{}
cond::BaseKeyed::BaseKeyed | ( | std::string const & | ikey | ) | [inline, explicit] |
Definition at line 15 of file BaseKeyed.h.
: m_key(ikey){}
virtual cond::BaseKeyed::~BaseKeyed | ( | ) | [inline, virtual] |
Definition at line 16 of file BaseKeyed.h.
{}
std::string const& cond::BaseKeyed::key | ( | ) | const [inline] |
void cond::BaseKeyed::setKey | ( | std::string const & | ikey | ) | [inline] |
std::string cond::BaseKeyed::m_key [private] |
Definition at line 23 of file BaseKeyed.h.