AlpacaLibary  1.63
A closed source C++ bot for OSRS
Internal::LinkedList Class Reference

#include <LinkedList.hpp>

Inheritance diagram for Internal::LinkedList:
Internal::Object

Public Member Functions

 LinkedList (const void *Obj)
 
 LinkedList ()=default
 
 LinkedList (LinkedList &&Obj)=default
 
 LinkedList (const LinkedList &Obj)=default
 
LinkedListoperator= (LinkedList &&Obj)=default
 
LinkedListoperator= (const LinkedList &Obj)=default
 
Node GetHead () const
 
Node GetTail () const
 
- Public Member Functions inherited from Internal::Object
 Object (const void *Obj=nullptr)
 
 Object (Object &&Obj)
 
 Object (const Object &Obj)
 
Objectoperator= (Object &&Obj)
 
Objectoperator= (const Object &Obj)
 
bool operator== (const Object &O) const
 
bool operator!= (const Object &O) const
 
 operator bool () const
 
 operator void * () const
 
bool Equals (Object O) const
 
bool InstanceOf (Class C) const
 
virtual ~Object ()
 

Static Public Member Functions

static Class GetClass ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 10 of file LinkedList.hpp.

Constructor & Destructor Documentation

◆ LinkedList() [1/4]

Internal::LinkedList::LinkedList ( const void *  Obj)

◆ LinkedList() [2/4]

Internal::LinkedList::LinkedList ( )
default

◆ LinkedList() [3/4]

Internal::LinkedList::LinkedList ( LinkedList &&  Obj)
default

◆ LinkedList() [4/4]

Internal::LinkedList::LinkedList ( const LinkedList Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::LinkedList::GetClass ( )
static

◆ GetHead()

Node Internal::LinkedList::GetHead ( ) const

◆ GetTail()

Node Internal::LinkedList::GetTail ( ) const

◆ operator=() [1/2]

LinkedList& Internal::LinkedList::operator= ( const LinkedList Obj)
default

◆ operator=() [2/2]

LinkedList& Internal::LinkedList::operator= ( LinkedList &&  Obj)
default

The documentation for this class was generated from the following file: