This class is the FileIncident.
More...
#include <GaudiKernel/FileIncident.h>
This class is the FileIncident.
Definition at line 18 of file FileIncident.h.
FileIncident::FileIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
type, |
|
|
const std::string & |
fileName |
|
) |
| |
|
inline |
standard constructor
Definition at line 41 of file FileIncident.h.
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
Incident(const std::string &source, const std::string &type)
Default Constructor.
const std::string & fileName() const
FileIncident::FileIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
type, |
|
|
const std::string & |
fileName, |
|
|
const std::string & |
fileGuid |
|
) |
| |
|
inline |
Definition at line 44 of file FileIncident.h.
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
Incident(const std::string &source, const std::string &type)
Default Constructor.
const std::string & fileGuid() const
const std::string & fileName() const
Definition at line 48 of file FileIncident.h.
Incident(const std::string &source, const std::string &type)
Default Constructor.
FileIncident::~FileIncident |
( |
| ) |
|
|
virtual |
const std::string & FileIncident::fileGuid |
( |
| ) |
const |
|
inline |
const std::string & FileIncident::fileName |
( |
| ) |
const |
|
inline |
Overloaded Assignment Operator.
Definition at line 52 of file FileIncident.h.
54 Incident::operator=(rhs);
std::string FileIncident::m_fileGuid |
|
private |
std::string FileIncident::m_fileName |
|
private |
The documentation for this class was generated from the following files: