![]() |
TrinityCore
|
#include <ByteBuffer.h>
Inheritance diagram for ByteBufferPositionException:Public Member Functions | |
| ByteBufferPositionException (bool add, size_t pos, size_t size, size_t valueSize) | |
| ~ByteBufferPositionException () noexcept=default | |
Public Member Functions inherited from ByteBufferException | |
| ~ByteBufferException () noexcept=default | |
| char const * | what () const noexcept override |
Additional Inherited Members | |
Protected Member Functions inherited from ByteBufferException | |
| std::string & | message () noexcept |
Definition at line 45 of file ByteBuffer.h.
| ByteBufferPositionException::ByteBufferPositionException | ( | bool | add, |
| size_t | pos, | ||
| size_t | size, | ||
| size_t | valueSize | ||
| ) |
|
defaultnoexcept |