TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ByteBufferException Class Reference

#include <ByteBuffer.h>

Public Member Functions

 ~ByteBufferException () throw ()
 
char constwhat () const override throw ()
 

Protected Member Functions

std::string & message () throw ()
 

Private Attributes

std::string msg_
 

Constructor & Destructor Documentation

ByteBufferException::~ByteBufferException ( )
throw (
)
inline
43 { }

Member Function Documentation

std::string& ByteBufferException::message ( )
throw (
)
inlineprotected
48 { return msg_; }
std::string msg_
Definition: ByteBuffer.h:51

+ Here is the caller graph for this function:

char const* ByteBufferException::what ( ) const
throw (
)
inlineoverride
45 { return msg_.c_str(); }
std::string msg_
Definition: ByteBuffer.h:51

+ Here is the caller graph for this function:

Member Data Documentation

std::string ByteBufferException::msg_
private

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