The Gaudi Framework
master (37c0b60a)
|
This class is the FileIncident. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/FileIncident.h>
Public Member Functions | |
FileIncident (std::string source, std::string type, std::string fileName) | |
standard constructor More... | |
FileIncident (std::string source, std::string type, std::string fileName, std::string fileGuid) | |
const std::string & | fileName () const |
const std::string & | fileGuid () const |
Public Member Functions inherited from Incident | |
Incident (const std::string &source, const std::string &type) | |
Default Constructor. More... | |
Incident (const std::string &source, const std::string &type, const EventContext &ctx) | |
virtual | ~Incident ()=default |
Destructor. More... | |
const std::string & | type () const |
Access to the incident type. More... | |
const std::string & | source () const |
Access to the source of the incident. More... | |
EventContext | context () const |
Access to the EventContext of the source of the incident. More... | |
Private Attributes | |
std::string | m_fileName |
std::string | m_fileGuid |
This class is the FileIncident.
Definition at line 27 of file FileIncident.h.
|
inline |
standard constructor
Definition at line 41 of file FileIncident.h.
|
inline |
Definition at line 44 of file FileIncident.h.
|
inline |
Definition at line 34 of file FileIncident.h.
|
inline |
Definition at line 33 of file FileIncident.h.
|
private |
Definition at line 38 of file FileIncident.h.
|
private |
Definition at line 37 of file FileIncident.h.