AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <LinkedHashMap.hpp>
Public Member Functions | |
LinkedHashMap (const void *Obj) | |
LinkedHashMap ()=default | |
LinkedHashMap (LinkedHashMap &&Obj)=default | |
LinkedHashMap (const LinkedHashMap &Obj)=default | |
LinkedHashMap & | operator= (LinkedHashMap &&Obj)=default |
LinkedHashMap & | operator= (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) | |
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 |
Definition at line 8 of file LinkedHashMap.hpp.
Internal::LinkedHashMap::LinkedHashMap | ( | const void * | Obj | ) |
|
default |
|
default |
|
default |
|
default |
|
default |