EventAnalysis
1.0.0
|
#include <array>
#include <iostream>
Go to the source code of this file.
Namespaces | |
EA | |
IncludeFileExc.h IncludeFileExc class declaration. | |
Enumerations | |
enum | EA::ObjectCategory : int { EA::ObjectCategory::NONE, EA::ObjectCategory::EVENT, EA::ObjectCategory::PASS, EA::ObjectCategory::GLOBAL } |
Category of objects. More... | |
Functions | |
std::ostream & | EA::operator<< (std::ostream &out, const ObjectCategory &category) |
Variables | |
const std::array< std::string, 4 > | EA::ObjectCategoryName {"None", "Event", "Pass", "Global"} |