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

#include <Set.hpp>

Inheritance diagram for Internal::Set:
Internal::Object

Public Member Functions

 Set (const void *Obj)
 
 Set ()=default
 
 Set (Set &&Obj)=default
 
 Set (const Set &Obj)=default
 
Setoperator= (Set &&Obj)=default
 
Setoperator= (const Set &Obj)=default
 
std::vector< ObjectToArray () 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 ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 9 of file Set.hpp.

Constructor & Destructor Documentation

◆ Set() [1/4]

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

◆ Set() [2/4]

Internal::Set::Set ( )
default

◆ Set() [3/4]

Internal::Set::Set ( Set &&  Obj)
default

◆ Set() [4/4]

Internal::Set::Set ( const Set Obj)
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ToArray()

std::vector<Object> Internal::Set::ToArray ( ) const

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