|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |
This class is the FileIncident. More...
#include <FileIncident.h>


Public Member Functions | |
| FileIncident (const std::string &source, const std::string &type, const std::string &fileName, bool isPayload=false) | |
| standard constructor | |
| FileIncident (const std::string &source, const std::string &type, const std::string &fileName, const std::string &fileGuid, bool isPayload=false) | |
| 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 |
| bool | isPayload () const |
Public Member Functions inherited from 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. | |
Private Attributes | |
| std::string | m_fileName |
| std::string | m_fileGuid |
| bool | m_isPayload |
This class is the FileIncident.
Definition at line 18 of file FileIncident.h.
|
inline |
|
inline |
Definition at line 49 of file FileIncident.h.
|
inline |
Definition at line 54 of file FileIncident.h.
|
inlinevirtual |
Definition at line 58 of file FileIncident.h.
|
inline |
Definition at line 71 of file FileIncident.h.
|
inline |
Definition at line 70 of file FileIncident.h.
|
inline |
Definition at line 72 of file FileIncident.h.
|
inline |
Overloaded Assignment Operator.
Definition at line 60 of file FileIncident.h.
|
private |
Definition at line 41 of file FileIncident.h.
|
private |
Definition at line 40 of file FileIncident.h.
|
private |
Definition at line 42 of file FileIncident.h.