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