TrinityCore
ByteBuffer.h File Reference
#include "Define.h"
#include "ByteConverter.h"
#include <array>
#include <string>
#include <vector>
#include <cstring>
+ Include dependency graph for ByteBuffer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ByteBufferException
 
class  ByteBufferPositionException
 
class  ByteBufferInvalidValueException
 
class  ByteBuffer
 
struct  ByteBuffer::Reserve
 
struct  ByteBuffer::Resize
 

Functions

template<>
std::string ByteBuffer::read< std::string > ()
 
template<>
void ByteBuffer::read_skip< std::string > ()
 

Function Documentation

◆ ByteBuffer::read< std::string >()

template<>
std::string ByteBuffer::read< std::string > ( )
inline
Todo:
Make a ByteBuffer.cpp and move all this inlining to it.

Definition at line 640 of file ByteBuffer.h.

◆ ByteBuffer::read_skip< std::string >()

template<>
void ByteBuffer::read_skip< std::string > ( )
inline

Definition at line 661 of file ByteBuffer.h.