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

#include <MessageNode.hpp>

Inheritance diagram for Internal::MessageNode:
Internal::CacheableNode Internal::Node Internal::Object

Public Member Functions

 MessageNode (const void *Obj)
 
 MessageNode ()=default
 
 MessageNode (MessageNode &&Obj)=default
 
 MessageNode (const MessageNode &Obj)=default
 
MessageNodeoperator= (MessageNode &&Obj)=default
 
MessageNodeoperator= (const MessageNode &Obj)=default
 
std::int32_t GetID () const
 
std::string GetName () const
 
NamePair GetNamePair () const
 
std::string GetSender () const
 
std::string GetText () const
 
std::int32_t GetTick () const
 
std::int32_t GetType () const
 
- Public Member Functions inherited from Internal::CacheableNode
 CacheableNode (const void *Obj)
 
 CacheableNode ()=default
 
 CacheableNode (CacheableNode &&Obj)=default
 
 CacheableNode (const CacheableNode &Obj)=default
 
CacheableNodeoperator= (CacheableNode &&Obj)=default
 
CacheableNodeoperator= (const CacheableNode &Obj)=default
 
CacheableNode GetNext () const
 
CacheableNode GetPrev () const
 
- Public Member Functions inherited from Internal::Node
 Node (const void *Obj)
 
 Node ()=default
 
 Node (Node &&Obj)=default
 
 Node (const Node &Obj)=default
 
Nodeoperator= (Node &&Obj)=default
 
Nodeoperator= (const Node &Obj)=default
 
Node GetNext () const
 
Node GetPrev () const
 
std::int64_t GetUID () 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 ()
 
- Static Public Member Functions inherited from Internal::CacheableNode
static Class GetClass ()
 
- Static Public Member Functions inherited from Internal::Node
static Class GetClass ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 12 of file MessageNode.hpp.

Constructor & Destructor Documentation

◆ MessageNode() [1/4]

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

◆ MessageNode() [2/4]

Internal::MessageNode::MessageNode ( )
default

◆ MessageNode() [3/4]

Internal::MessageNode::MessageNode ( MessageNode &&  Obj)
default

◆ MessageNode() [4/4]

Internal::MessageNode::MessageNode ( const MessageNode Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::MessageNode::GetClass ( )
static

◆ GetID()

std::int32_t Internal::MessageNode::GetID ( ) const

◆ GetName()

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

◆ GetNamePair()

NamePair Internal::MessageNode::GetNamePair ( ) const

◆ GetSender()

std::string Internal::MessageNode::GetSender ( ) const

◆ GetText()

std::string Internal::MessageNode::GetText ( ) const

◆ GetTick()

std::int32_t Internal::MessageNode::GetTick ( ) const

◆ GetType()

std::int32_t Internal::MessageNode::GetType ( ) const

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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