#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.
|
inline |
Definition at line 14 of file BaseKeyed.h.
|
inlineexplicit |
Definition at line 15 of file BaseKeyed.h.
|
inlinevirtual |
Definition at line 16 of file BaseKeyed.h.
|
inline |
|
inline |
|
private |
Definition at line 23 of file BaseKeyed.h.