The Gaudi Framework
v29r0 (ff2e7097)
|
This class is the FileIncident. More...
#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) | |
FileIncident (const FileIncident &rhs) | |
~FileIncident () override=default | |
const FileIncident & | operator= (const FileIncident &rhs) |
Overloaded Assignment Operator. More... | |
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 17 of file FileIncident.h.
|
inline |
standard constructor
Definition at line 36 of file FileIncident.h.
|
inline |
Definition at line 41 of file FileIncident.h.
|
inline |
Definition at line 48 of file FileIncident.h.
|
overridedefault |
|
inline |
Definition at line 62 of file FileIncident.h.
|
inline |
Definition at line 61 of file FileIncident.h.
|
inline |
Overloaded Assignment Operator.
Definition at line 53 of file FileIncident.h.
|
private |
Definition at line 33 of file FileIncident.h.
|
private |
Definition at line 32 of file FileIncident.h.