AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <Cache.hpp>
Public Member Functions | |
Cache (const void *Obj) | |
Cache ()=default | |
Cache (Cache &&Obj)=default | |
Cache (const Cache &Obj)=default | |
Cache & | operator= (Cache &&Obj)=default |
Cache & | operator= (const Cache &Obj)=default |
IterableHashTable | GetIterableHashTable () const |
IterableQueue | GetIterableQueue () 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 () |
Static Public Member Functions | |
static Class | GetClass () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Internal::Cache::Cache | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
static |
IterableHashTable Internal::Cache::GetIterableHashTable | ( | ) | const |
IterableQueue Internal::Cache::GetIterableQueue | ( | ) | const |