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

#include <AbstractByteBuffer.hpp>

Inheritance diagram for Internal::AbstractByteBuffer:
Internal::Object Internal::DirectByteBuffer

Public Member Functions

 AbstractByteBuffer (const void *Obj)
 
 AbstractByteBuffer ()=default
 
 AbstractByteBuffer (AbstractByteBuffer &&Obj)=default
 
 AbstractByteBuffer (const AbstractByteBuffer &Obj)=default
 
AbstractByteBufferoperator= (AbstractByteBuffer &&Obj)=default
 
AbstractByteBufferoperator= (const AbstractByteBuffer &Obj)=default
 
- 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 ()
 

Static Public Member Functions

static Class GetClass ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 9 of file AbstractByteBuffer.hpp.

Constructor & Destructor Documentation

◆ AbstractByteBuffer() [1/4]

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

◆ AbstractByteBuffer() [2/4]

Internal::AbstractByteBuffer::AbstractByteBuffer ( )
default

◆ AbstractByteBuffer() [3/4]

Internal::AbstractByteBuffer::AbstractByteBuffer ( AbstractByteBuffer &&  Obj)
default

◆ AbstractByteBuffer() [4/4]

Internal::AbstractByteBuffer::AbstractByteBuffer ( const AbstractByteBuffer Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::AbstractByteBuffer::GetClass ( )
static

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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