#include <beingcacheentry.h>
Definition at line 31 of file beingcacheentry.h.
◆ BeingCacheEntry()
| BeingCacheEntry::BeingCacheEntry |
( |
const BeingId |
id | ) |
|
|
inlineexplicit |
◆ getFlags()
| int BeingCacheEntry::getFlags |
( |
| ) |
const |
|
inline |
◆ getGuildName()
| const std::string& BeingCacheEntry::getGuildName |
( |
| ) |
const |
|
inline |
◆ getId()
| BeingId BeingCacheEntry::getId |
( |
| ) |
const |
|
inline |
◆ getIp()
| std::string BeingCacheEntry::getIp |
( |
| ) |
const |
|
inline |
◆ getLevel()
| int BeingCacheEntry::getLevel |
( |
| ) |
const |
|
inline |
◆ getName()
| const std::string& BeingCacheEntry::getName |
( |
| ) |
const |
|
inline |
◆ getPartyName()
| const std::string& BeingCacheEntry::getPartyName |
( |
| ) |
const |
|
inline |
◆ getPvpRank()
| unsigned BeingCacheEntry::getPvpRank |
( |
| ) |
const |
|
inline |
◆ getTeamId()
| uint16_t BeingCacheEntry::getTeamId |
( |
| ) |
const |
|
inline |
◆ getTime()
| time_t BeingCacheEntry::getTime |
( |
| ) |
const |
|
inline |
◆ isAdvanced()
| bool BeingCacheEntry::isAdvanced |
( |
| ) |
const |
|
inline |
◆ setAdvanced()
| void BeingCacheEntry::setAdvanced |
( |
const bool |
a | ) |
|
|
inline |
◆ setFlags()
| void BeingCacheEntry::setFlags |
( |
const int |
flags | ) |
|
|
inline |
◆ setGuildName()
| void BeingCacheEntry::setGuildName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ setIp()
| void BeingCacheEntry::setIp |
( |
const std::string & |
ip | ) |
|
|
inline |
◆ setLevel()
| void BeingCacheEntry::setLevel |
( |
const int |
n | ) |
|
|
inline |
◆ setName()
| void BeingCacheEntry::setName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ setPartyName()
| void BeingCacheEntry::setPartyName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ setPvpRank()
| void BeingCacheEntry::setPvpRank |
( |
const int |
r | ) |
|
|
inline |
◆ setTeamId()
| void BeingCacheEntry::setTeamId |
( |
const uint16_t |
teamId | ) |
|
|
inline |
◆ setTime()
| void BeingCacheEntry::setTime |
( |
const time_t |
n | ) |
|
|
inline |
◆ mFlags
| int BeingCacheEntry::mFlags |
|
protected |
◆ mGuildName
| std::string BeingCacheEntry::mGuildName |
|
protected |
◆ mId
◆ mIp
| std::string BeingCacheEntry::mIp |
|
protected |
◆ mIsAdvanced
| bool BeingCacheEntry::mIsAdvanced |
|
protected |
◆ mLevel
| int BeingCacheEntry::mLevel |
|
protected |
◆ mName
| std::string BeingCacheEntry::mName |
|
protected |
◆ mPartyName
| std::string BeingCacheEntry::mPartyName |
|
protected |
◆ mPvpRank
| unsigned int BeingCacheEntry::mPvpRank |
|
protected |
◆ mTeamId
| uint16_t BeingCacheEntry::mTeamId |
|
protected |
◆ mTime
| time_t BeingCacheEntry::mTime |
|
protected |
The documentation for this class was generated from the following file: