TrinityCore
Loading...
Searching...
No Matches
ByteBufferPositionException Class Reference

#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_
 

Detailed Description

Definition at line 42 of file ByteBuffer.h.

Constructor & Destructor Documentation

◆ ByteBufferPositionException()

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

Definition at line 26 of file ByteBuffer.cpp.


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