|
libUTL++
|
Named object mix-in. More...
#include <NamedObjectMI.h>

Public Member Functions | |
| NamedObjectMI () | |
| Constructor. | |
| NamedObjectMI (const String &name) | |
| Constructor. More... | |
| void | clear () |
| Clear the name. More... | |
| const String & | getName () const |
| Get the name. More... | |
| const String * | getNamePtr () const |
| Get the address of the name. More... | |
| void | setName (const String &name) |
| Set the name. More... | |
Named object mix-in.
Mix-in for classes that have a name.
Definition at line 24 of file NamedObjectMI.h.
|
inline |
|
inline |
Clear the name.
Definition at line 45 of file NamedObjectMI.h.
References utl::compare(), utl::copy(), utl::ser_default, and utl::serialize().
|
inline |
Get the name.
Definition at line 70 of file NamedObjectMI.h.
|
inline |
Get the address of the name.
Definition at line 77 of file NamedObjectMI.h.
|
inline |
Set the name.
Definition at line 85 of file NamedObjectMI.h.