TrinityCore
ByteBufferException Class Reference

#include <ByteBuffer.h>

+ Inheritance diagram for ByteBufferException:

Public Member Functions

 ~ByteBufferException () noexcept=default
 
char const * what () const noexcept override
 

Protected Member Functions

std::string & message () noexcept
 

Private Attributes

std::string msg_
 

Detailed Description

Definition at line 31 of file ByteBuffer.h.

Constructor & Destructor Documentation

◆ ~ByteBufferException()

ByteBufferException::~ByteBufferException ( )
defaultnoexcept

Member Function Documentation

◆ message()

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

Definition at line 39 of file ByteBuffer.h.

+ Here is the caller graph for this function:

◆ what()

char const * ByteBufferException::what ( ) const
inlineoverridenoexcept

Definition at line 36 of file ByteBuffer.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ msg_

std::string ByteBufferException::msg_
private

Definition at line 42 of file ByteBuffer.h.


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