Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Mantid::Kernel::DataService< T >::NamedObjectNotification Class Reference

Class for named object notifications. More...

#include <DataService.h>

Inheritance diagram for Mantid::Kernel::DataService< T >::NamedObjectNotification:
Mantid::Kernel::DataService< T >::ClearNotification Mantid::Kernel::DataService< T >::DataServiceNotification Mantid::Kernel::DataService< T >::PostDeleteNotification Mantid::Kernel::DataService< T >::RenameNotification Mantid::Kernel::DataService< T >::AddNotification Mantid::Kernel::DataService< T >::AfterReplaceNotification Mantid::Kernel::DataService< T >::BeforeReplaceNotification Mantid::Kernel::DataService< T >::PreDeleteNotification

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...
 

Detailed Description

template<typename T>
class Mantid::Kernel::DataService< T >::NamedObjectNotification

Class for named object notifications.

Definition at line 69 of file DataService.h.

Constructor & Destructor Documentation

◆ NamedObjectNotification()

template<typename T >
Mantid::Kernel::DataService< T >::NamedObjectNotification::NamedObjectNotification ( const std::string &  name)
inline

Definition at line 71 of file DataService.h.

Member Function Documentation

◆ objectName()

template<typename T >
const std::string & Mantid::Kernel::DataService< T >::NamedObjectNotification::objectName ( ) const
inline

Returns the name of the object.

Definition at line 74 of file DataService.h.

Member Data Documentation

◆ m_name

template<typename T >
std::string Mantid::Kernel::DataService< T >::NamedObjectNotification::m_name
private

object's name

Definition at line 77 of file DataService.h.


The documentation for this class was generated from the following file: