#include <CDuplicateNameException.h>
Public Member Functions | |
CDuplicateNameException (const char *pDoing, const char *pName) | |
CDuplicateNameException (const char *pDoing, const STD(string)&rName) | |
CDuplicateNameException (const STD(string)&rDoing, const char *pName) | |
CDuplicateNameException (const STD(string)&rDoing, const STD(string)&rName) | |
virtual | ~CDuplicateNameException () |
CDuplicateNameException (const CDuplicateNameException &aCDuplicateNameException) | |
CDuplicateNameException | operator= (const CDuplicateNameException &aCDuplicateNameException) |
int | operator== (const CDuplicateNameException &aCDuplicateNameException) |
STD (string) getName() const | |
void | setName (STD(string) am_sName) |
virtual const char * | ReasonText () const |
Protected Member Functions | |
void | UpdateReasonText () |
Private Member Functions | |
STD (string) m_sName | |
STD (string) m_sReasonText |
|
Definition at line 300 of file CDuplicateNameException.h. References UpdateReasonText(). |
|
Definition at line 305 of file CDuplicateNameException.h. References UpdateReasonText(). |
|
Definition at line 310 of file CDuplicateNameException.h. References UpdateReasonText(). |
|
Definition at line 315 of file CDuplicateNameException.h. References UpdateReasonText(). |
|
Definition at line 320 of file CDuplicateNameException.h. |
|
Definition at line 324 of file CDuplicateNameException.h. References UpdateReasonText(). |
|
Definition at line 334 of file CDuplicateNameException.h. References UpdateReasonText(). |
|
Definition at line 345 of file CDuplicateNameException.h. |
|
Definition at line 289 of file CDuplicateNameException.cpp. |
|
Definition at line 360 of file CDuplicateNameException.h. |
|
Definition at line 354 of file CDuplicateNameException.h. |
|
|
|
|
|
Definition at line 295 of file CDuplicateNameException.cpp. Referenced by CDuplicateNameException(), and operator=(). |