DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
template<typename T > | |
std::vector< T > | object (tref const &item) |
std::vector< T > dbe::config::api::graph::linked::by::object | ( | tref const & | item | ) |
Get objects referenced by a given object
e.g. A-c->B , and another A-c->D returns {B,D} but A-c->B , A-d->B return {B}
item | is the object for which objects must be retrieved |
Definition at line 308 of file config_api_graph.cpp.