AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <Set.hpp>
Public Member Functions | |
Set (const void *Obj) | |
Set ()=default | |
Set (Set &&Obj)=default | |
Set (const Set &Obj)=default | |
Set & | operator= (Set &&Obj)=default |
Set & | operator= (const Set &Obj)=default |
std::vector< Object > | ToArray () 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 |
Internal::Set::Set | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
std::vector<Object> Internal::Set::ToArray | ( | ) | const |