EPICS ARCHIVER V4
|
Abstract base for a named thingy, does not actually contain the name. More...
#include <Named.h>
Public Member Functions | |
virtual const std::string & | getName () const =0 |
Abstract base for a named thingy, does not actually contain the name.
Probably needs to be used as a 'virtual' base class, because several interfaces include 'Named', but a class that implements several such interfaces should still have only one name.
|
pure virtual |
Implemented in SampleMechanism, and NamedBase.