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

#include <HashTable.hpp>

Inheritance diagram for Internal::HashTable:
Internal::Object

Public Member Functions

 HashTable (const void *Obj)
 
 HashTable ()=default
 
 HashTable (HashTable &&Obj)=default
 
 HashTable (const HashTable &Obj)=default
 
HashTableoperator= (HashTable &&Obj)=default
 
HashTableoperator= (const HashTable &Obj)=default
 
std::vector< NodeGetBuckets () 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)
 
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 12 of file HashTable.hpp.

Constructor & Destructor Documentation

◆ HashTable() [1/4]

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

◆ HashTable() [2/4]

Internal::HashTable::HashTable ( )
default

◆ HashTable() [3/4]

Internal::HashTable::HashTable ( HashTable &&  Obj)
default

◆ HashTable() [4/4]

Internal::HashTable::HashTable ( const HashTable Obj)
default

Member Function Documentation

◆ GetBuckets() [1/2]

std::vector<Node> Internal::HashTable::GetBuckets ( ) const

◆ GetBuckets() [2/2]

Node Internal::HashTable::GetBuckets ( std::int32_t  I) const

◆ GetClass()

static Class Internal::HashTable::GetClass ( )
static

◆ GetIndex()

std::int32_t Internal::HashTable::GetIndex ( ) const

◆ GetSize()

std::int32_t Internal::HashTable::GetSize ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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