DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
A Named is a DAQ object (Queue or DAQModule) which has an instance name. More...
#include <NamedObject.hpp>
Public Member Functions | |
Named ()=default | |
Named Constructor. | |
Named (Named const &)=delete | |
Named is not copy-constructible. | |
Named (Named &&)=default | |
Named is move-constructible. | |
Named & | operator= (Named const &)=delete |
Named is not copy-assignable. | |
Named & | operator= (Named &&)=default |
Named is move-assignable. | |
virtual | ~Named ()=default |
Default virtual destructor. | |
virtual const std::string & | get_name () const =0 |
Get the name of this Named. | |
A Named is a DAQ object (Queue or DAQModule) which has an instance name.
Definition at line 19 of file NamedObject.hpp.
|
default |
|
virtualdefault |
Default virtual destructor.
|
pure virtual |
Get the name of this Named.
Implemented in dunedaq::utilities::NamedObject.