AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <Integer.hpp>
Public Member Functions | |
Integer (const void *Obj) | |
Integer (std::int32_t Value) | |
Integer ()=default | |
Integer (Integer &&Obj)=default | |
Integer (const Integer &Obj)=default | |
Integer & | operator= (Integer &&Obj)=default |
Integer & | operator= (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) | |
Object & | operator= (Object &&Obj) |
Object & | operator= (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 |
Definition at line 9 of file Integer.hpp.
Internal::Integer::Integer | ( | const void * | Obj | ) |
Internal::Integer::Integer | ( | std::int32_t | Value | ) |
|
default |
|
default |
|
default |
std::int32_t Internal::Integer::GetIntValue | ( | ) | const |