This class is the FileIncident.
More...
#include <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 |
| FileIncident::FileIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
type, |
|
|
const std::string & |
fileName, |
|
|
const std::string & |
fileGuid |
|
) |
| |
|
inline |
| 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.
{
if (this != &rhs) {
Incident::operator=(rhs);
}
return(rhs);
}
| std::string FileIncident::m_fileGuid |
|
private |
| std::string FileIncident::m_fileName |
|
private |
The documentation for this class was generated from the following files:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiKernel/GaudiKernel/FileIncident.h
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiKernel/src/Lib/VirtualDestructors.cpp