|
HDK
|
#include <errors.h>
Inheritance diagram for PcpErrorRelocationBase:Public Member Functions | |
| PCP_API | ~PcpErrorRelocationBase () override |
| Destructor. More... | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. More... | |
| virtual std::string | ToString () const =0 |
| Converts error to string message. More... | |
Protected Member Functions | |
| PcpErrorRelocationBase (PcpErrorType errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from PcpErrorBase | |
| const PcpErrorType | errorType |
| The error code. More... | |
| PcpSite | rootSite |
|
override |
Destructor.
|
protected |