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

#include <NamePair.hpp>

Inheritance diagram for Internal::NamePair:
Internal::Object

Public Member Functions

 NamePair (const void *Obj)
 
 NamePair ()=default
 
 NamePair (NamePair &&Obj)=default
 
 NamePair (const NamePair &Obj)=default
 
NamePairoperator= (NamePair &&Obj)=default
 
NamePairoperator= (const NamePair &Obj)=default
 
std::string GetCleanName () const
 
std::string GetName () 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 NamePair.hpp.

Constructor & Destructor Documentation

◆ NamePair() [1/4]

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

◆ NamePair() [2/4]

Internal::NamePair::NamePair ( )
default

◆ NamePair() [3/4]

Internal::NamePair::NamePair ( NamePair &&  Obj)
default

◆ NamePair() [4/4]

Internal::NamePair::NamePair ( const NamePair Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::NamePair::GetClass ( )
static

◆ GetCleanName()

std::string Internal::NamePair::GetCleanName ( ) const

◆ GetName()

std::string Internal::NamePair::GetName ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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