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

#include <LinkedHashMap.hpp>

Inheritance diagram for Internal::LinkedHashMap:
Internal::Object

Public Member Functions

 LinkedHashMap (const void *Obj)
 
 LinkedHashMap ()=default
 
 LinkedHashMap (LinkedHashMap &&Obj)=default
 
 LinkedHashMap (const LinkedHashMap &Obj)=default
 
LinkedHashMapoperator= (LinkedHashMap &&Obj)=default
 
LinkedHashMapoperator= (const LinkedHashMap &Obj)=default
 
Object GetValue (Object Key) 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 ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 8 of file LinkedHashMap.hpp.

Constructor & Destructor Documentation

◆ LinkedHashMap() [1/4]

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

◆ LinkedHashMap() [2/4]

Internal::LinkedHashMap::LinkedHashMap ( )
default

◆ LinkedHashMap() [3/4]

Internal::LinkedHashMap::LinkedHashMap ( LinkedHashMap &&  Obj)
default

◆ LinkedHashMap() [4/4]

Internal::LinkedHashMap::LinkedHashMap ( const LinkedHashMap Obj)
default

Member Function Documentation

◆ GetValue()

Object Internal::LinkedHashMap::GetValue ( Object  Key) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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