Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Core
detail
ModuleGraphInfo.cc
Go to the documentation of this file.
1
#include "
art/Framework/Core/detail/ModuleGraphInfo.h
"
2
3
std::ostream&
4
art::detail::operator<<
(std::ostream& os,
ModuleGraphInfo
const
&
info
)
5
{
6
os <<
"Module type: "
<<
to_string
(info.
module_type
) <<
'\n'
;
7
os <<
"Product dependencies: "
;
8
for
(
auto
const
& dep : info.
consumed_products
) {
9
os << dep <<
' '
;
10
}
11
os <<
"\nPaths: "
;
12
for
(
auto
const
& path : info.
paths
) {
13
os << path <<
' '
;
14
}
15
return
os;
16
}
art::detail::ModuleGraphInfo::module_type
ModuleType module_type
Definition:
ModuleGraphInfo.h:13
ModuleGraphInfo.h
art::detail::ModuleGraphInfo
Definition:
ModuleGraphInfo.h:12
art::detail::ModuleGraphInfo::consumed_products
std::set< ProductInfo > consumed_products
Definition:
ModuleGraphInfo.h:15
generate_datataset.info
info
Definition:
generate_datataset.py:142
art::detail::operator<<
std::ostream & operator<<(std::ostream &os, Analyzer::Table< T > const &t)
Definition:
Analyzer.h:136
art::detail::ModuleGraphInfo::paths
std::set< std::string > paths
Definition:
ModuleGraphInfo.h:19
art::to_string
std::string to_string(ModuleType const mt)
Definition:
ModuleType.h:34
Generated by
1.8.11