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