Belle II Software
release-08-01-10
|
Stores information on inputs/outputs of a module, as obtained by requireInput()/optionalInput()/registerEntry();. More...
#include <DependencyMap.h>
Public Member Functions | |
void | addEntry (const std::string &name, EEntryType type, bool isRelation) |
Adds given entry/relation. | |
Public Attributes | |
std::set< std::string > | entries [c_NEntryTypes] |
objects/arrays. | |
std::set< std::string > | relations [c_NEntryTypes] |
relations between them. | |
Stores information on inputs/outputs of a module, as obtained by requireInput()/optionalInput()/registerEntry();.
Definition at line 41 of file DependencyMap.h.