TrinityCore
ByteBufferException Class Reference

#include <ByteBuffer.h>

+ Inheritance diagram for ByteBufferException:

Public Member Functions

 ByteBufferException ()=default
 
 ByteBufferException (std::string &&message) noexcept
 
char const * what () const noexcept override
 

Protected Attributes

std::string msg_
 

Detailed Description

Definition at line 31 of file ByteBuffer.h.

Constructor & Destructor Documentation

◆ ByteBufferException() [1/2]

ByteBufferException::ByteBufferException ( )
explicitdefault

◆ ByteBufferException() [2/2]

ByteBufferException::ByteBufferException ( std::string &&  message)
inlineexplicitnoexcept

Definition at line 35 of file ByteBuffer.h.

Member Function Documentation

◆ what()

char const * ByteBufferException::what ( ) const
inlineoverridenoexcept

Definition at line 37 of file ByteBuffer.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ msg_

std::string ByteBufferException::msg_
protected

Definition at line 40 of file ByteBuffer.h.


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