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

#include <FontName.hpp>

Inheritance diagram for Internal::FontName:
Internal::Object

Public Member Functions

 FontName (const void *Obj)
 
 FontName ()=default
 
 FontName (FontName &&Obj)=default
 
 FontName (const FontName &Obj)=default
 
FontNameoperator= (FontName &&Obj)=default
 
FontNameoperator= (const FontName &Obj)=default
 
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 FontName.hpp.

Constructor & Destructor Documentation

◆ FontName() [1/4]

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

◆ FontName() [2/4]

Internal::FontName::FontName ( )
default

◆ FontName() [3/4]

Internal::FontName::FontName ( FontName &&  Obj)
default

◆ FontName() [4/4]

Internal::FontName::FontName ( const FontName Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::FontName::GetClass ( )
static

◆ GetName()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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