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

#include <IndexableData.hpp>

Inheritance diagram for Internal::IndexableData:
Internal::Object

Public Member Functions

 IndexableData (const void *Obj)
 
 IndexableData ()=default
 
 IndexableData (IndexableData &&Obj)=default
 
 IndexableData (const IndexableData &Obj)=default
 
IndexableDataoperator= (IndexableData &&Obj)=default
 
IndexableDataoperator= (const IndexableData &Obj)=default
 
std::vector< std::vector< Object > > GetChildren () const
 
std::vector< ObjectGetChildren (std::int32_t I) const
 
Object GetChildren (std::int32_t I, std::int32_t II) 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 11 of file IndexableData.hpp.

Constructor & Destructor Documentation

◆ IndexableData() [1/4]

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

◆ IndexableData() [2/4]

Internal::IndexableData::IndexableData ( )
default

◆ IndexableData() [3/4]

Internal::IndexableData::IndexableData ( IndexableData &&  Obj)
default

◆ IndexableData() [4/4]

Internal::IndexableData::IndexableData ( const IndexableData Obj)
default

Member Function Documentation

◆ GetChildren() [1/3]

std::vector<std::vector<Object> > Internal::IndexableData::GetChildren ( ) const

◆ GetChildren() [2/3]

std::vector<Object> Internal::IndexableData::GetChildren ( std::int32_t  I) const

◆ GetChildren() [3/3]

Object Internal::IndexableData::GetChildren ( std::int32_t  I,
std::int32_t  II 
) const

◆ GetClass()

static Class Internal::IndexableData::GetClass ( )
static

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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