This class is the FileIncident.
More...
#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/FileIncident.h>
|
| | FileIncident (const std::string &source, const std::string &type, const std::string &fileName) |
| | standard constructor
|
| |
| | FileIncident (const std::string &source, const std::string &type, const std::string &fileName, const std::string &fileGuid) |
| |
| | FileIncident (const FileIncident &rhs) |
| |
| virtual | ~FileIncident () |
| |
| const FileIncident & | operator= (const FileIncident &rhs) |
| | Overloaded Assignment Operator.
|
| |
| const std::string & | fileName () const |
| |
| const std::string & | fileGuid () const |
| |
| | FileIncident (const std::string &source, const std::string &type, const std::string &fileName) |
| | standard constructor
|
| |
| | FileIncident (const std::string &source, const std::string &type, const std::string &fileName, const std::string &fileGuid) |
| |
| | FileIncident (const FileIncident &rhs) |
| |
| virtual | ~FileIncident () |
| |
| const FileIncident & | operator= (const FileIncident &rhs) |
| | Overloaded Assignment Operator.
|
| |
| const std::string & | fileName () const |
| |
| const std::string & | fileGuid () const |
| |
| | Incident (const std::string &source, const std::string &type) |
| | Default Constructor.
|
| |
| virtual | ~Incident () |
| | Destructor.
|
| |
| 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.
|
| |
| virtual | ~Incident () |
| | Destructor.
|
| |
| const std::string & | type () const |
| | Access to the incident type.
|
| |
| const std::string & | source () const |
| | Access to the source of the incident.
|
| |
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 |
| FileIncident::FileIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
type, |
|
|
const std::string & |
fileName |
|
) |
| |
| FileIncident::FileIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
type, |
|
|
const std::string & |
fileName, |
|
|
const std::string & |
fileGuid |
|
) |
| |
| virtual FileIncident::~FileIncident |
( |
| ) |
|
|
virtual |
| const std::string & FileIncident::fileGuid |
( |
| ) |
const |
|
inline |
| const std::string& FileIncident::fileGuid |
( |
| ) |
const |
| const std::string& FileIncident::fileName |
( |
| ) |
const |
| const std::string & FileIncident::fileName |
( |
| ) |
const |
|
inline |
Overloaded Assignment Operator.
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: