AlpacaLibary  1.63
A closed source C++ bot for OSRS
Internal::ByteBuffer Class Reference

#include <ByteBuffer.hpp>

Inheritance diagram for Internal::ByteBuffer:
Internal::Object

Public Member Functions

 ByteBuffer (const void *Obj)
 
 ByteBuffer ()=default
 
 ByteBuffer (ByteBuffer &&Obj)=default
 
 ByteBuffer (const ByteBuffer &Obj)=default
 
ByteBufferoperator= (ByteBuffer &&Obj)=default
 
ByteBufferoperator= (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)
 
Objectoperator= (Object &&Obj)
 
Objectoperator= (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
 

Detailed Description

Definition at line 8 of file ByteBuffer.hpp.

Constructor & Destructor Documentation

◆ ByteBuffer() [1/4]

Internal::ByteBuffer::ByteBuffer ( const void *  Obj)

◆ ByteBuffer() [2/4]

Internal::ByteBuffer::ByteBuffer ( )
default

◆ ByteBuffer() [3/4]

Internal::ByteBuffer::ByteBuffer ( ByteBuffer &&  Obj)
default

◆ ByteBuffer() [4/4]

Internal::ByteBuffer::ByteBuffer ( const ByteBuffer Obj)
default

Member Function Documentation

◆ Get()

std::int8_t Internal::ByteBuffer::Get ( std::int32_t  Index) const

◆ GetCapacity()

std::int32_t Internal::ByteBuffer::GetCapacity ( ) const

◆ operator=() [1/2]

ByteBuffer& Internal::ByteBuffer::operator= ( ByteBuffer &&  Obj)
default

◆ operator=() [2/2]

ByteBuffer& Internal::ByteBuffer::operator= ( const ByteBuffer Obj)
default

The documentation for this class was generated from the following file: