DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <confobject_desc.hpp>
Public Types | |
typedef S | t_str |
typedef config_object_description< S > | t_confobject |
typedef std::vector< t_confobject > | t_confobjects |
typedef std::map< S, QStringList > | t_attrmap |
typedef std::map< S, t_confobjects > | t_relmap |
Public Member Functions | |
t_config_object_preimage | toimage () |
Public Attributes | |
t_attrmap | attributes |
t_relmap | relations |
t_confobject | ref |
Provides a holder for deep copies of a config object
Definition at line 147 of file confobject_desc.hpp.
std::map<S, QStringList> dbe::config_object_representation< S >::t_attrmap |
Definition at line 152 of file confobject_desc.hpp.
config_object_description<S> dbe::config_object_representation< S >::t_confobject |
Definition at line 150 of file confobject_desc.hpp.
std::vector<t_confobject> dbe::config_object_representation< S >::t_confobjects |
Definition at line 151 of file confobject_desc.hpp.
std::map<S, t_confobjects> dbe::config_object_representation< S >::t_relmap |
Definition at line 153 of file confobject_desc.hpp.
S dbe::config_object_representation< S >::t_str |
Definition at line 149 of file confobject_desc.hpp.
|
inline |
Definition at line 160 of file confobject_desc.hpp.
t_attrmap dbe::config_object_representation< S >::attributes |
Definition at line 155 of file confobject_desc.hpp.
t_confobject dbe::config_object_representation< S >::ref |
Definition at line 158 of file confobject_desc.hpp.
t_relmap dbe::config_object_representation< S >::relations |
Definition at line 156 of file confobject_desc.hpp.