AlpacaLibary
1.63
A closed source C++ bot for OSRS
Map.hpp
Go to the documentation of this file.
1
#ifndef MAP_HPP_INCLUDED
2
#define MAP_HPP_INCLUDED
3
4
#include <cstdint>
5
#include "
Object.hpp
"
6
#include "
Set.hpp
"
7
8
namespace
Internal
9
{
10
class
Map
:
public
Object
11
{
12
public
:
13
Map
(
const
void
*
Obj
);
14
15
Map
() =
default
;
16
Map
(
Map
&&
Obj
) =
default
;
17
Map
(
const
Map
&
Obj
) =
default
;
18
Map
&
operator=
(
Map
&&
Obj
) =
default
;
19
Map
&
operator=
(
const
Map
&
Obj
) =
default
;
20
21
Object
GetValue
(
Object
Key
)
const
;
22
Set
GetKeySet
()
const
;
23
};
24
}
25
26
#endif
// MAP_HPP_INCLUDED
Key
Key
Definition:
Input.hpp:24
Object.hpp
Set.hpp
Internal::Map
Definition:
Map.hpp:11
Internal::Map::operator=
Map & operator=(Map &&Obj)=default
Internal::Map::GetValue
Object GetValue(Object Key) const
Internal::Map::Map
Map()=default
Internal::Map::Map
Map(Map &&Obj)=default
Internal::Map::Map
Map(const Map &Obj)=default
Internal::Map::GetKeySet
Set GetKeySet() const
Internal::Map::Map
Map(const void *Obj)
Internal::Map::operator=
Map & operator=(const Map &Obj)=default
Internal::Object
Definition:
Object.hpp:10
Internal::Object::Obj
void * Obj
Definition:
Object.hpp:12
Internal::Set
Definition:
Set.hpp:10
Internal
Definition:
AbstractBufferProvider.hpp:10
Include
Core
JavaClass
Map.hpp
Generated by
1.9.1