AlpacaLibary  1.63
A closed source C++ bot for OSRS
IterableQueue.hpp
Go to the documentation of this file.
1 #ifndef ITERABLEQUEUE_HPP_INCLUDED
2 #define ITERABLEQUEUE_HPP_INCLUDED
3 
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
6 #include "CacheableNode.hpp"
7 
8 namespace Internal
9 {
10  class IterableQueue : public Object
11  {
12  public:
13  IterableQueue(const void* Obj);
14 
15  IterableQueue() = default;
17  IterableQueue(const IterableQueue& Obj) = default;
20 
21  static Class GetClass();
22 
24 
25  };
26 }
27 
28 #endif // ITERABLEQUEUE_HPP_INCLUDED
IterableQueue & operator=(const IterableQueue &Obj)=default
IterableQueue(const IterableQueue &Obj)=default
IterableQueue & operator=(IterableQueue &&Obj)=default
IterableQueue(IterableQueue &&Obj)=default
static Class GetClass()
CacheableNode GetHead() const
IterableQueue(const void *Obj)