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

#include <Integer.hpp>

Inheritance diagram for Internal::Integer:
Internal::Object

Public Member Functions

 Integer (const void *Obj)
 
 Integer (std::int32_t Value)
 
 Integer ()=default
 
 Integer (Integer &&Obj)=default
 
 Integer (const Integer &Obj)=default
 
Integeroperator= (Integer &&Obj)=default
 
Integeroperator= (const Integer &Obj)=default
 
std::int32_t GetIntValue () 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 Integer.hpp.

Constructor & Destructor Documentation

◆ Integer() [1/5]

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

◆ Integer() [2/5]

Internal::Integer::Integer ( std::int32_t  Value)

◆ Integer() [3/5]

Internal::Integer::Integer ( )
default

◆ Integer() [4/5]

Internal::Integer::Integer ( Integer &&  Obj)
default

◆ Integer() [5/5]

Internal::Integer::Integer ( const Integer Obj)
default

Member Function Documentation

◆ GetIntValue()

std::int32_t Internal::Integer::GetIntValue ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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