#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 | |
COND_SERIALIZABLE | |
std::string | m_key |
Definition at line 14 of file BaseKeyed.h.
|
inline |
Definition at line 16 of file BaseKeyed.h.
|
inlineexplicit |
Definition at line 17 of file BaseKeyed.h.
|
inlinevirtual |
Definition at line 18 of file BaseKeyed.h.
|
inline |
|
inline |
|
private |
Definition at line 27 of file BaseKeyed.h.
|
private |
Definition at line 25 of file BaseKeyed.h.