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. More... | |
Private Attributes | |
std::string | m_name |
object's name More... | |
Class for named object notifications.
Definition at line 69 of file DataService.h.
|
inline |
Definition at line 71 of file DataService.h.
|
inline |
Returns the name of the object.
Definition at line 74 of file DataService.h.
|
private |
object's name
Definition at line 77 of file DataService.h.