![]() |
TrinityCore
|
Holds all required informations about a membership request. More...
#include <GuildFinderMgr.h>
Public Member Functions | |
| MembershipRequest (MembershipRequest const &settings) | |
| MembershipRequest (ObjectGuid const &playerGUID, ObjectGuid const &guildId, uint32 availability, uint32 classRoles, uint32 interests, std::string &comment, time_t submitTime) | |
| MembershipRequest () | |
| ObjectGuid const & | GetGuildGuid () const |
| ObjectGuid const & | GetPlayerGUID () const |
| uint8 | GetAvailability () const |
| uint8 | GetClassRoles () const |
| uint8 | GetInterests () const |
| time_t | GetSubmitTime () const |
| time_t | GetExpiryTime () const |
| std::string const & | GetComment () const |
Private Attributes | |
| std::string | _comment |
| ObjectGuid | _guildId |
| ObjectGuid | _playerGUID |
| uint8 | _availability |
| uint8 | _classRoles |
| uint8 | _interests |
| time_t | _time |
Holds all required informations about a membership request.
|
inline |
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.8