AlpacaLibary  1.63
A closed source C++ bot for OSRS
LinkedHashMap.hpp
Go to the documentation of this file.
1 #ifndef LINKEDHASHMAP_HPP_INCLUDED
2 #define LINKEDHASHMAP_HPP_INCLUDED
3 
4 #include "Object.hpp"
5 
6 namespace Internal
7 {
8  class LinkedHashMap : public Object
9  {
10  public:
11  LinkedHashMap(const void* Obj);
12 
13  LinkedHashMap() = default;
15  LinkedHashMap(const LinkedHashMap& Obj) = default;
18 
20  };
21 }
22 
23 #endif // LINKEDHASHMAP_HPP_INCLUDED
Key
Definition: Input.hpp:24
LinkedHashMap(const LinkedHashMap &Obj)=default
LinkedHashMap(const void *Obj)
LinkedHashMap & operator=(const LinkedHashMap &Obj)=default
Object GetValue(Object Key) const
LinkedHashMap(LinkedHashMap &&Obj)=default
LinkedHashMap & operator=(LinkedHashMap &&Obj)=default