AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <ClanMemberList.hpp>
Public Member Functions | |
ClanMemberList (const void *Obj) | |
Public Member Functions inherited from Internal::NameableContainer | |
NameableContainer (const void *Obj) | |
NameableContainer ()=default | |
NameableContainer (NameableContainer &&Obj)=default | |
NameableContainer (const NameableContainer &Obj)=default | |
NameableContainer & | operator= (NameableContainer &&Obj)=default |
NameableContainer & | operator= (const NameableContainer &Obj)=default |
std::vector< Nameable > | GetNameables () const |
Nameable | GetNameables (std::int32_t I) const |
std::int32_t | GetSize () 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 () |
Static Public Member Functions | |
static Class | GetClass () |
Static Public Member Functions inherited from Internal::NameableContainer | |
static Class | GetClass () |
Additional Inherited Members | |
Public Attributes inherited from Internal::Object | |
void * | Obj = nullptr |
Definition at line 9 of file ClanMemberList.hpp.
Internal::ClanMemberList::ClanMemberList | ( | const void * | Obj | ) |
|
static |