Belle II Software development
|
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.
void addEntry | ( | const std::string & | name, |
EEntryType | type, | ||
bool | isRelation | ||
) |
Adds given entry/relation.
Definition at line 21 of file DependencyMap.cc.
std::set<std::string> entries[c_NEntryTypes] |
objects/arrays.
Definition at line 42 of file DependencyMap.h.
std::set<std::string> relations[c_NEntryTypes] |
relations between them.
Definition at line 43 of file DependencyMap.h.