Horizon Official Technical Documentation
Horizon::Models::Guild::HLog Class Reference

#include <ExpulsionLog.hpp>

Public Member Functions

 HLog ()
 
 ~HLog ()
 
uint32_t get_guild_id ()
 
void set_guild_id (uint32_t guild_id)
 
std::string & getExpelleeName ()
 
void setExpelleeName (std::string const &name)
 
std::string & getReason ()
 
void setReason (std::string const &reason)
 

Private Attributes

uint32_t _guild_id
 
std::string _expellee_name
 
std::string _reason
 

Constructor & Destructor Documentation

◆ HLog()

Horizon::Models::Guild::HLog::HLog ( )
inline
42{ }

◆ ~HLog()

Horizon::Models::Guild::HLog::~HLog ( )
inline
43{ }

Member Function Documentation

◆ get_guild_id()

uint32_t Horizon::Models::Guild::HLog::get_guild_id ( )
inline
46{ return _guild_id; }
uint32_t _guild_id
Definition: ExpulsionLog.hpp:56

References _guild_id.

◆ getExpelleeName()

std::string & Horizon::Models::Guild::HLog::getExpelleeName ( )
inline
49{ return _expellee_name; }
std::string _expellee_name
Definition: ExpulsionLog.hpp:57

References _expellee_name.

◆ getReason()

std::string & Horizon::Models::Guild::HLog::getReason ( )
inline
52{ return _reason; }
std::string _reason
Definition: ExpulsionLog.hpp:58

References _reason.

◆ set_guild_id()

void Horizon::Models::Guild::HLog::set_guild_id ( uint32_t  guild_id)
inline
47{ _guild_id = guild_id; }

References _guild_id.

◆ setExpelleeName()

void Horizon::Models::Guild::HLog::setExpelleeName ( std::string const &  name)
inline
50{ _expelle_name = name; }

◆ setReason()

void Horizon::Models::Guild::HLog::setReason ( std::string const &  reason)
inline
53{ _reason = reason; }

References _reason.

Member Data Documentation

◆ _expellee_name

std::string Horizon::Models::Guild::HLog::_expellee_name
private

Referenced by getExpelleeName().

◆ _guild_id

uint32_t Horizon::Models::Guild::HLog::_guild_id
private

Referenced by get_guild_id(), and set_guild_id().

◆ _reason

std::string Horizon::Models::Guild::HLog::_reason
private

Referenced by getReason(), and setReason().


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