|
EventAnalysis
1.0.0
|
#include "core/Exception.h"#include "data/ObjectCategory.h"#include "utils/Memory.h"#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | EA::ObjectProducer |
| Interface for a class which produced data objects. More... | |
| struct | EA::ObjectProducer::ProducedObject |
| Descriptor structure for a produced object. More... | |
| class | EA::ObjectProducer::BadName |
| Exception class for bad object name. More... | |
| class | EA::ObjectProducer::BadCategory |
| Exception class for bad object category. More... | |
| class | EA::ObjectProducer::AlreadyDeclared |
| Exception class for already declared objects. More... | |
| class | EA::ObjectProducer::Representation |
Namespaces | |
| EA | |
| IncludeFileExc.h IncludeFileExc class declaration. | |
ObjectProducer class declaration.
1.8.13