#include <MmapError.h>
Public Member Functions | |
CMmapError (const char *pDoing) | |
CMmapError (const STD(string)&rDoing) | |
CMmapError (const CMmapError &aCMmapError) | |
virtual | ~CMmapError () |
CMmapError | operator= (const CMmapError &aCMmapError) |
int | operator== (const CMmapError &aCMmapError) |
virtual const char * | ReasonText () const |
Protected Member Functions | |
void | UpdateReason () |
Private Member Functions | |
STD (string) m_ReasonText |
Definition at line 304 of file MmapError.h.
CMmapError::CMmapError | ( | const char * | pDoing | ) | [inline] |
CMmapError::CMmapError | ( | const STD(string)& | rDoing | ) | [inline] |
CMmapError::CMmapError | ( | const CMmapError & | aCMmapError | ) | [inline] |
virtual CMmapError::~CMmapError | ( | ) | [inline, virtual] |
Definition at line 324 of file MmapError.h.
CMmapError::STD | ( | string | ) | [private] |
CMmapError CMmapError::operator= | ( | const CMmapError & | aCMmapError | ) | [inline] |
int CMmapError::operator== | ( | const CMmapError & | aCMmapError | ) | [inline] |
Definition at line 337 of file MmapError.h.
const char * CMmapError::ReasonText | ( | ) | const [virtual] |
Purpose: Returns a string which describes the reason for the exception
Definition at line 310 of file MmapError.cpp.
void CMmapError::UpdateReason | ( | ) | [protected] |
Purpose: Updates the ReasonText based on the current exception.
Definition at line 322 of file MmapError.cpp.
Referenced by CMmapError(), and operator=().