DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
template<typename T > | |
dunedaq::conffwk::relationship_t | match (T const &, T const &) |
template<> | |
dunedaq::conffwk::relationship_t | match< QString > (QString const &, QString const &) |
template<> | |
dunedaq::conffwk::relationship_t | match< std::string > (std::string const &, std::string const &) |
bool | is_simple (dunedaq::conffwk::relationship_t const &) |
bool dbe::config::api::info::relation::is_simple | ( | dunedaq::conffwk::relationship_t const & | relation | ) |
Returns true if the underlying relation takes values only possible for a simple edge
a | dunedaq::conffwk::relationship_t to evaluate |
Definition at line 145 of file config_api_info.cpp.
dunedaq::conffwk::relationship_t dbe::config::api::info::relation::match | ( | T const & | , |
T const & | ) |
Retrieve relation information for a given relation name of a class
Relation | name |
Class | name |
dunedaq::conffwk::relationship_t dbe::config::api::info::relation::match< QString > | ( | QString const & | , |
QString const & | ) |
dunedaq::conffwk::relationship_t dbe::config::api::info::relation::match< std::string > | ( | std::string const & | , |
std::string const & | ) |