|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ByteBuffer.h>
Public Member Functions | |
| ByteBufferPositionException (bool add, size_t pos, size_t size, size_t valueSize) | |
| ~ByteBufferPositionException () throw () | |
| Public Member Functions inherited from ByteBufferException | |
| char const * | what () const throw () |
| ~ByteBufferException () throw () | |
Additional Inherited Members | |
| Protected Member Functions inherited from ByteBufferException | |
| std::string & | message () throw () |
Definition at line 47 of file ByteBuffer.h.
| ByteBufferPositionException::ByteBufferPositionException | ( | bool | add, |
| size_t | pos, | ||
| size_t | size, | ||
| size_t | valueSize ) |
Definition at line 12 of file ByteBuffer.cpp.
References ByteBufferException::message().
|
inline | ||||||||||||
Definition at line 52 of file ByteBuffer.h.