Inheritance diagram for lfc::_Named::
Public Methods | |
virtual | ~_Named () throw () |
const _Named & | operator= (const _Named &obj) throw () |
virtual void | setName (string name) |
virtual string | name () const |
Protected Methods | |
_Named (string name="unknown") | |
_Named (const _Named &obj) throw () | |
Protected Attributes | |
string | m_name |
make this thread safe
|
|
|
|
|
|
|
|
|
|
|
|
|
|