AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for ByteBuffer, including all inherited members.
_rpos | ByteBuffer | protected |
_storage | ByteBuffer | protected |
_wpos | ByteBuffer | protected |
append(T value) | ByteBuffer | inline |
append(char const *src, std::size_t cnt) | ByteBuffer | inline |
append(const T *src, std::size_t cnt) | ByteBuffer | inline |
append(uint8 const *src, std::size_t cnt) | ByteBuffer | |
append(ByteBuffer const &buffer) | ByteBuffer | inline |
append(std::array< uint8, Size > const &arr) | ByteBuffer | inline |
AppendPackedTime(time_t time) | ByteBuffer | |
appendPackGUID(uint64 guid) | ByteBuffer | inline |
appendPackXYZ(float x, float y, float z) | ByteBuffer | inline |
ByteBuffer() | ByteBuffer | inline |
ByteBuffer(std::size_t reserve) | ByteBuffer | inlineexplicit |
ByteBuffer(ByteBuffer &&buf) noexcept | ByteBuffer | inline |
ByteBuffer(ByteBuffer const &right)=default | ByteBuffer | |
ByteBuffer(MessageBuffer &&buffer) | ByteBuffer | explicit |
clear() | ByteBuffer | inline |
contents() | ByteBuffer | inline |
contents() const | ByteBuffer | inline |
DEFAULT_SIZE | ByteBuffer | static |
empty() const | ByteBuffer | inline |
hexlike() const | ByteBuffer | |
operator<<(bool value) | ByteBuffer | inline |
operator<<(uint8 value) | ByteBuffer | inline |
operator<<(uint16 value) | ByteBuffer | inline |
operator<<(uint32 value) | ByteBuffer | inline |
operator<<(uint64 value) | ByteBuffer | inline |
operator<<(int8 value) | ByteBuffer | inline |
operator<<(int16 value) | ByteBuffer | inline |
operator<<(int32 value) | ByteBuffer | inline |
operator<<(int64 value) | ByteBuffer | inline |
operator<<(float value) | ByteBuffer | inline |
operator<<(double value) | ByteBuffer | inline |
operator<<(std::string_view value) | ByteBuffer | inline |
operator<<(std::string const &str) | ByteBuffer | inline |
operator<<(char const *str) | ByteBuffer | inline |
operator=(ByteBuffer const &right) | ByteBuffer | inline |
operator=(ByteBuffer &&right) noexcept | ByteBuffer | inline |
operator>>(bool &value) | ByteBuffer | inline |
operator>>(uint8 &value) | ByteBuffer | inline |
operator>>(uint16 &value) | ByteBuffer | inline |
operator>>(uint32 &value) | ByteBuffer | inline |
operator>>(uint64 &value) | ByteBuffer | inline |
operator>>(int8 &value) | ByteBuffer | inline |
operator>>(int16 &value) | ByteBuffer | inline |
operator>>(int32 &value) | ByteBuffer | inline |
operator>>(int64 &value) | ByteBuffer | inline |
operator>>(float &value) | ByteBuffer | |
operator>>(double &value) | ByteBuffer | |
operator>>(std::string &value) | ByteBuffer | inline |
operator[](std::size_t const pos) | ByteBuffer | inline |
operator[](std::size_t const pos) const | ByteBuffer | inline |
print_storage() const | ByteBuffer | |
put(std::size_t pos, T value) | ByteBuffer | inline |
put(std::size_t pos, uint8 const *src, std::size_t cnt) | ByteBuffer | |
read() | ByteBuffer | inline |
read(std::size_t pos) const | ByteBuffer | inline |
read(uint8 *dest, std::size_t len) | ByteBuffer | inline |
read(std::array< uint8, Size > &arr) | ByteBuffer | inline |
read_skip() | ByteBuffer | inline |
read_skip(std::size_t skip) | ByteBuffer | inline |
read_skip() | ByteBuffer | inline |
read_skip() | ByteBuffer | inline |
ReadCString(bool requireValidUtf8=true) | ByteBuffer | |
ReadPackedTime() | ByteBuffer | |
ReadPackedTime(uint32 &time) | ByteBuffer | inline |
readPackGUID(uint64 &guid) | ByteBuffer | inline |
reserve(std::size_t ressize) | ByteBuffer | inline |
resize(std::size_t newsize) | ByteBuffer | inline |
rfinish() | ByteBuffer | inline |
rpos() const | ByteBuffer | inline |
rpos(std::size_t rpos_) | ByteBuffer | inline |
shrink_to_fit() | ByteBuffer | inline |
size() const | ByteBuffer | inline |
textlike() const | ByteBuffer | |
wpos() const | ByteBuffer | inline |
wpos(std::size_t wpos_) | ByteBuffer | inline |
~ByteBuffer()=default | ByteBuffer | virtual |