|
Mantid
|
Class for named object notifications. More...
#include <DataService.h>
Public Member Functions | |
| NamedObjectNotification (const std::string &name) | |
| const std::string & | objectName () const |
| Returns the name of the object. | |
Private Attributes | |
| std::string | m_name |
| object's name | |
Class for named object notifications.
Definition at line 68 of file DataService.h.
|
inline |
Definition at line 70 of file DataService.h.
|
inline |
Returns the name of the object.
Definition at line 73 of file DataService.h.
|
private |
object's name
Definition at line 76 of file DataService.h.