Belle II Software  release-08-01-10
DependencyMap::ModuleInfo Struct Reference

Stores information on inputs/outputs of a module, as obtained by requireInput()/optionalInput()/registerEntry();. More...

#include <DependencyMap.h>

Collaboration diagram for DependencyMap::ModuleInfo:

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.
 

Detailed Description

Stores information on inputs/outputs of a module, as obtained by requireInput()/optionalInput()/registerEntry();.

Definition at line 41 of file DependencyMap.h.


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