#include <ModuleGraphInfoMap.h>
Definition at line 9 of file ModuleGraphInfoMap.h.
art::detail::ModuleGraphInfoMap::ModuleGraphInfoMap |
( |
collection_map_t const & |
paths | ) |
|
|
explicit |
Definition at line 23 of file ModuleGraphInfoMap.cc.
decltype(auto) constexpr cend(T &&obj)
ADL-aware version of std::cend.
collection_t::const_iterator const begin_
decltype(auto) constexpr cbegin(T &&obj)
ADL-aware version of std::cbegin.
collection_t const modules_
collection_t::const_iterator const end_
auto art::detail::ModuleGraphInfoMap::begin |
( |
| ) |
const |
|
inline |
auto art::detail::ModuleGraphInfoMap::end |
( |
| ) |
const |
|
inline |
auto const& art::detail::ModuleGraphInfoMap::info |
( |
std::size_t const |
i | ) |
const |
|
inline |
Definition at line 53 of file ModuleGraphInfoMap.cc.
auto vertex_index(module_name_t const &name) const -> distance_t
auto const & name(std::size_t const i) const
collection_t const modules_
auto const& art::detail::ModuleGraphInfoMap::name |
( |
std::size_t const |
i | ) |
const |
|
inline |
auto art::detail::ModuleGraphInfoMap::size |
( |
| ) |
const |
|
inline |
Definition at line 31 of file ModuleGraphInfoMap.cc.
34 auto const it = std::find_if(
39 "An error occurred while constructing the data-dependency graph.\n"}
40 <<
"The module name '" <<
name <<
"' is not included in the set of\n" 41 <<
"filters and producers configured for this job. This error can\n" 42 <<
"happen if a 'consumes' statement in one of the modules specifies\n" 43 <<
"either the current process name or the literal string " 44 "\"current_process\"\n" 45 <<
"for the input tag. If you have encountered this error under a\n" 46 <<
"different circumstance, please contact artists@fnal.gov for " collection_t::const_iterator const begin_
double distance(double x1, double y1, double z1, double x2, double y2, double z2)
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
auto const & name(std::size_t const i) const
collection_t::const_iterator const end_
collection_t const art::detail::ModuleGraphInfoMap::modules_ |
|
private |
The documentation for this class was generated from the following files: