#include <iosfwd>#include <list>#include <map>#include "Conventions/SimFlag.h"Go to the source code of this file.
Classes | |
| class | DbiSimFlagAssociation |
| Concept Association of a particular SimFlag type with a list of SimFlag types. Purpose To allow the DBI to choose an alternative SimFlag type when attempting to satisfy queries. For example, allow MC data to use Data constants. More... | |
Functions | |
| ostream & | operator<< (ostream &s, const DbiSimFlagAssociation &simFlagAss) |
|
||||||||||||
|
Definition at line 46 of file DbiSimFlagAssociation.cxx. References s(). 00046 {
00047 simFlagAss.Print(s);
00048 return s;
00049 }
|
1.3.9.1