#include <AllocatorAlreadyExistsException.hpp>
Inheritance diagram for corelinux::AllocatorAlreadyExistsException:
Public Member Functions | |
AllocatorAlreadyExistsException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
AllocatorAlreadyExistsException (AllocatorAlreadyExistsExceptionCref) | |
Copy constructor. | |
virtual | ~AllocatorAlreadyExistsException (void) |
Virtual Destructor. | |
AllocatorAlreadyExistsExceptionRef | operator= (AllocatorAlreadyExistsExceptionCref) |
Assignment operator overload. | |
bool | operator== (AllocatorAlreadyExistsExceptionCref) const |
Equality operator overload. | |
Protected Member Functions | |
AllocatorAlreadyExistsException (void) | |
AllocatorAlreadyExistsException must have at least a location.. |
|
Default Constructor.
|
|
Copy constructor.
|
|
AllocatorAlreadyExistsException must have at least a location.. Default constructor is not allowed. |
|
Assignment operator overload.
|
|
Equality operator overload.
|