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