A Named is a DAQ object (Queue or DAQModule) which has an instance name.
More...
#include <NamedObject.hpp>
A Named is a DAQ object (Queue or DAQModule) which has an instance name.
Definition at line 19 of file NamedObject.hpp.
◆ Named() [1/3]
| dunedaq::utilities::Named::Named |
( |
| ) |
|
|
default |
Named Constructor.
- Parameters
-
| name | Name of this object Named is default-constructible |
◆ Named() [2/3]
| dunedaq::utilities::Named::Named |
( |
Named const & | | ) |
|
|
delete |
Named is not copy-constructible.
◆ Named() [3/3]
| dunedaq::utilities::Named::Named |
( |
Named && | | ) |
|
|
default |
Named is move-constructible.
◆ ~Named()
| virtual dunedaq::utilities::Named::~Named |
( |
| ) |
|
|
virtualdefault |
Default virtual destructor.
◆ get_name()
| virtual const std::string & dunedaq::utilities::Named::get_name |
( |
| ) |
const |
|
pure virtual |
◆ operator=() [1/2]
| Named & dunedaq::utilities::Named::operator= |
( |
Named && | | ) |
|
|
default |
Named is move-assignable.
◆ operator=() [2/2]
| Named & dunedaq::utilities::Named::operator= |
( |
Named const & | | ) |
|
|
delete |
Named is not copy-assignable.
The documentation for this class was generated from the following file:
- /github/workspace/dunedaq/sourcecode/utilities/include/utilities/NamedObject.hpp