1 #ifndef GAUDIKERNEL_FILEINCIDENT_H 2 #define GAUDIKERNEL_FILEINCIDENT_H 33 :
Incident(
std::move( source ),
std::move( type ) ), m_fileName(
std::move( fileName ) )
FileIncident(std::string source, std::string type, std::string fileName)
standard constructor
This class is the FileIncident.
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
const std::string & fileName() const
Base class for all Incidents (computing events).
const std::string & fileGuid() const