3#ifndef _ListReverser_0_dunedaq__listrev__dal_0_listrev_dal_H_
4#define _ListReverser_0_dunedaq__listrev__dal_0_listrev_dal_H_
35 virtual
void init(
bool init_children);
53 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
96 std::lock_guard scoped_lock(
m_mutex);
111 std::lock_guard scoped_lock(
m_mutex);
124 return obj.print_object(s);
void set_by_val(const std::string &name, T value)
Set attribute value.
The base class for any generated DAL object.
std::mutex m_mutex
Used to protect changes of DAL object.
ConfigObject p_obj
Config object used by given template object.
void check_init() const
Check and initialize object if necessary.
DalRegistry: A registry of DalObjects It provides a single interface to create, cache and manage DalO...
virtual ~ListReverser() noexcept
static const std::string & __get_reverser_id_str() noexcept
virtual void init(bool init_children)
uint32_t get_reverser_id() const
Get "reverser_id" attribute value.
void set_reverser_id(uint32_t value)
Set "reverser_id" attribute value.
friend class conffwk::DalFactory
friend class conffwk::DalObject
static const std::string & s_class_name
static const std::string s_reverser_id
ListReverser(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
virtual std::vector< const dunedaq::conffwk::DalObject * > get(const std::string &name, bool upcast_unregistered=true) const
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject...
std::vector< constListReverser * >::const_iterator ListReverserIterator
std::ostream & operator<<(std::ostream &s, const ListReverser &obj)