DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <config_api_graph.hpp>
Static Private Member Functions | |
template<typename T > | |
static T | linked (dunedaq::conffwk::ConfigObject &item, dunedaq::conffwk::relationship_t const &relation) |
template<typename T > | |
static T | linked (dunedaq::conffwk::ConfigObject &item, dunedaq::conffwk::attribute_t const &relation) |
template<> | |
QStringList | linked (ConfigObject &input, dunedaq::conffwk::relationship_t const &relation) |
Friends | |
class | dbe::ui::config::info |
Provide direct access to config object methods for retrieval
Definition at line 147 of file config_api_graph.hpp.
|
inlinestaticprivate |
Definition at line 243 of file config_api_graph.cpp.
|
inlinestaticprivate |
Get object reference/s through a specified relation, acting directly on a ConfigObject
e.g. A-C->B
returns B for object A through relation C
item | is the object to retrieve the relation value |
relation | is the relation to retrieve the value for |
Definition at line 235 of file config_api_graph.cpp.
|
inlinestaticprivate |
Get object reference/s through a specified relation, acting directly on a ConfigObject
e.g. A-C->B
returns B for object A through relation C
item | is the object to retrieve the relation value |
relation | is the relation to retrieve the value for |
Definition at line 164 of file config_api_graph.cpp.
|
friend |
Definition at line 149 of file config_api_graph.hpp.