3#ifndef _JsonableTest_0_dunedaq__confmodel_0_confmodel_H_
4#define _JsonableTest_0_dunedaq__confmodel_0_confmodel_H_
34 virtual
void init(
bool init_children);
52 virtual
void print(
unsigned int offset,
bool print_header,
std::ostream& s) const;
83 inline static const
std::
string s_this = "this";
84 inline static const
std::
string s_that = "that";
99 std::lock_guard scoped_lock(
m_mutex);
114 std::lock_guard scoped_lock(
m_mutex);
130 std::lock_guard scoped_lock(
m_mutex);
145 std::lock_guard scoped_lock(
m_mutex);
154 inline static const std::string
s_other =
"other";
168 std::lock_guard scoped_lock(
m_mutex);
190 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...
static const std::string s_that
void set_this(uint32_t value)
Set "this" attribute value.
virtual ~JsonableTest() noexcept
const dunedaq::confmodel::JsonableTest * m_other
static const std::string s_this
JsonableTest(conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept
static const std::string & __get_that_str() noexcept
virtual void init(bool init_children)
static const std::string & __get_this_str() noexcept
friend class conffwk::DalFactory
uint32_t get_that() const
Get "that" attribute value.
uint32_t get_this() const
Get "this" attribute value.
void set_other(const dunedaq::confmodel::JsonableTest *value)
Set "other" relationship value.
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...
static const std::string s_other
friend class conffwk::DalObject
static const std::string & s_class_name
const dunedaq::confmodel::JsonableTest * get_other() const
Get "other" relationship value.
static const std::string & __get_other_str() noexcept
void set_that(uint32_t value)
Set "that" attribute value.
std::vector< constJsonableTest * >::const_iterator JsonableTestIterator
std::ostream & operator<<(std::ostream &s, const ActionPlan &obj)