Public Attributes | List of all members
art::detail::ModuleGraphInfo Struct Reference

#include <ModuleGraphInfo.h>

Public Attributes

ModuleType module_type {ModuleType::non_art}
 
std::set< ProductInfoproduced_products {}
 
std::set< ProductInfoconsumed_products {}
 
std::set< std::stringselect_events {}
 
std::set< std::stringpaths {}
 

Detailed Description

Definition at line 12 of file ModuleGraphInfo.h.

Member Data Documentation

std::set<ProductInfo> art::detail::ModuleGraphInfo::consumed_products {}

Definition at line 15 of file ModuleGraphInfo.h.

ModuleType art::detail::ModuleGraphInfo::module_type {ModuleType::non_art}

Definition at line 13 of file ModuleGraphInfo.h.

std::set<std::string> art::detail::ModuleGraphInfo::paths {}

Definition at line 19 of file ModuleGraphInfo.h.

std::set<ProductInfo> art::detail::ModuleGraphInfo::produced_products {}

Definition at line 14 of file ModuleGraphInfo.h.

std::set<std::string> art::detail::ModuleGraphInfo::select_events {}

Definition at line 18 of file ModuleGraphInfo.h.


The documentation for this struct was generated from the following file: