1 #ifndef BYTEBUFFER_HPP_INCLUDED
2 #define BYTEBUFFER_HPP_INCLUDED
20 std::int8_t
Get(std::int32_t Index)
const;
ByteBuffer & operator=(const ByteBuffer &Obj)=default
ByteBuffer(const ByteBuffer &Obj)=default
ByteBuffer(ByteBuffer &&Obj)=default
std::int8_t Get(std::int32_t Index) const
ByteBuffer & operator=(ByteBuffer &&Obj)=default
ByteBuffer(const void *Obj)
std::int32_t GetCapacity() const