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

#include <Map.hpp>

Inheritance diagram for Internal::Map:
Internal::Object

Public Member Functions

 Map (const void *Obj)
 
 Map ()=default
 
 Map (Map &&Obj)=default
 
 Map (const Map &Obj)=default
 
Mapoperator= (Map &&Obj)=default
 
Mapoperator= (const Map &Obj)=default
 
Object GetValue (Object Key) const
 
Set GetKeySet () 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 10 of file Map.hpp.

Constructor & Destructor Documentation

◆ Map() [1/4]

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

◆ Map() [2/4]

Internal::Map::Map ( )
default

◆ Map() [3/4]

Internal::Map::Map ( Map &&  Obj)
default

◆ Map() [4/4]

Internal::Map::Map ( const Map Obj)
default

Member Function Documentation

◆ GetKeySet()

Set Internal::Map::GetKeySet ( ) const

◆ GetValue()

Object Internal::Map::GetValue ( Object  Key) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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