AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <IterableHashTable.hpp>
Public Member Functions | |
IterableHashTable (const void *Obj) | |
IterableHashTable ()=default | |
IterableHashTable (IterableHashTable &&Obj)=default | |
IterableHashTable (const IterableHashTable &Obj)=default | |
IterableHashTable & | operator= (IterableHashTable &&Obj)=default |
IterableHashTable & | operator= (const IterableHashTable &Obj)=default |
std::vector< Node > | GetBuckets () const |
Node | GetBuckets (std::int32_t I) const |
std::int32_t | GetIndex () const |
std::int32_t | GetSize () 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 |
Definition at line 12 of file IterableHashTable.hpp.
Internal::IterableHashTable::IterableHashTable | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
std::vector<Node> Internal::IterableHashTable::GetBuckets | ( | ) | const |
Node Internal::IterableHashTable::GetBuckets | ( | std::int32_t | I | ) | const |
|
static |
std::int32_t Internal::IterableHashTable::GetIndex | ( | ) | const |
std::int32_t Internal::IterableHashTable::GetSize | ( | ) | const |
|
default |
|
default |