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