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