Public Attributes | List of all members
art::PathManager::ModulesByThreadingType Struct Reference

Public Attributes

std::map< module_label_t, std::shared_ptr< ModuleBase > > shared {}
 
std::map< module_label_t, PerScheduleContainer< std::shared_ptr< ModuleBase > > > replicated {}
 

Detailed Description

Definition at line 76 of file PathManager.h.

Member Data Documentation

std::map<module_label_t, PerScheduleContainer<std::shared_ptr<ModuleBase> > > art::PathManager::ModulesByThreadingType::replicated {}

Definition at line 80 of file PathManager.h.

std::map<module_label_t, std::shared_ptr<ModuleBase> > art::PathManager::ModulesByThreadingType::shared {}

Definition at line 77 of file PathManager.h.


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