TrinityCore
ByteBufferPositionException Class Reference

#include <ByteBuffer.h>

+ Inheritance diagram for ByteBufferPositionException:

Public Member Functions

 ByteBufferPositionException (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
 

Detailed Description

Definition at line 45 of file ByteBuffer.h.

Constructor & Destructor Documentation

◆ ByteBufferPositionException()

ByteBufferPositionException::ByteBufferPositionException ( size_t  pos,
size_t  size,
size_t  valueSize 
)

Definition at line 31 of file ByteBuffer.cpp.

+ Here is the call graph for this function:

◆ ~ByteBufferPositionException()

ByteBufferPositionException::~ByteBufferPositionException ( )
defaultnoexcept

The documentation for this class was generated from the following files: