DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <config_api_get.hpp>
Static Public Member Functions | |
template<typename T > | |
static T | list (dbe::inner::configobject::tref obj, dunedaq::conffwk::attribute_t const &attr) |
Static Private Member Functions | |
template<typename T > | |
static std::vector< std::string > | read (dunedaq::conffwk::ConfigObject &, dunedaq::conffwk::attribute_t const &) |
template<typename T > | |
static std::vector< std::string > | read (inner::configobject::tref, dunedaq::conffwk::attribute_t const &) |
Friends | |
class | dbe::config::api::get::direct |
Permit retrieving information about attributes
Definition at line 72 of file config_api_get.hpp.
|
inlinestatic |
Retrieve a list from of an unspecified type of the values of the attribute of an object
obj | is the reference of the object to operate upon |
attr | is the Attribute type information structure |
Definition at line 173 of file config_api_get.cpp.
|
inlinestaticprivate |
Directly retrieve information about an attribute by directly operating on a config-object
the | object to read the attribute information from |
the | attribute to read from the given objects |
Definition at line 35 of file config_api_get.cpp.
|
inlinestaticprivate |
Read values associated with an attribute of a given object
the | object to read the attribute information from |
the | attribute to read from the given objects |
Definition at line 59 of file config_api.hpp.
|
friend |
Definition at line 74 of file config_api_get.hpp.