DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <confobject_extra.hpp>
Public Types | |
typedef C::t_confobjects | t_confobjects |
typedef C::t_attrmap | t_attrmap |
typedef C::t_relmap | t_relmap |
Static Public Member Functions | |
static t_attrmap | getattr (typename C::t_confobject const &obj) |
static t_relmap | getrel (typename C::t_confobject const &obj) |
Definition at line 24 of file confobject_extra.hpp.
C::t_attrmap dbe::config_object_extractor< C >::t_attrmap |
Definition at line 28 of file confobject_extra.hpp.
C::t_confobjects dbe::config_object_extractor< C >::t_confobjects |
Definition at line 27 of file confobject_extra.hpp.
C::t_relmap dbe::config_object_extractor< C >::t_relmap |
Definition at line 29 of file confobject_extra.hpp.
|
inlinestatic |
Get attributes defined for an object
obj | the object to parse |
Definition at line 36 of file confobject_extra.hpp.
|
inlinestatic |
Get relations for an object
Relations can be filtered depending on the filter function defined in base class C
obj | the object to lookup relations for |
Definition at line 62 of file confobject_extra.hpp.