CatapultServer
v0.5.0.1 (Elephant)
|
Mixin to have named objects. More...
Public Member Functions | |
NamedObjectMixin (const std::string &name) | |
Creates a mixin with name. More... | |
const std::string & | name () const |
Returns the name. More... | |
Private Attributes | |
std::string | m_name |
Mixin to have named objects.
|
inlineexplicit |
Creates a mixin with name.
|
inline |
Returns the name.
|
private |