AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <ByteBuffer.hpp>
Public Member Functions | |
ByteBuffer (const void *Obj) | |
ByteBuffer ()=default | |
ByteBuffer (ByteBuffer &&Obj)=default | |
ByteBuffer (const ByteBuffer &Obj)=default | |
ByteBuffer & | operator= (ByteBuffer &&Obj)=default |
ByteBuffer & | operator= (const ByteBuffer &Obj)=default |
std::int32_t | GetCapacity () const |
std::int8_t | Get (std::int32_t Index) const |
Public Member Functions inherited from Internal::Object | |
Object (const void *Obj=nullptr) | |
Object (Object &&Obj) | |
Object (const Object &Obj) | |
Object & | operator= (Object &&Obj) |
Object & | operator= (const Object &Obj) |
bool | operator== (const Object &O) const |
bool | operator!= (const Object &O) const |
operator bool () const | |
operator void * () const | |
bool | Equals (Object O) const |
bool | InstanceOf (Class C) const |
virtual | ~Object () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Definition at line 8 of file ByteBuffer.hpp.
Internal::ByteBuffer::ByteBuffer | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
std::int8_t Internal::ByteBuffer::Get | ( | std::int32_t | Index | ) | const |
std::int32_t Internal::ByteBuffer::GetCapacity | ( | ) | const |
|
default |
|
default |