4 #include <boost/unordered_map.hpp> 12 class Party :
public enable_shared_from_this<Party>
17 typedef boost::unordered_map<u32, PlayerCharacterPtr> MemberMap;
54 static const u32 MaximumMember;
64 #endif // #ifndef __PARTY_H__ virtual ~Party()
Definition: Party.h:25
bool IsAbleDelete() const
Definition: Party.cpp:101
bool Join(PlayerCharacterPtr pPlayer)
Definition: Party.cpp:43
bool IsMaximumMember() const
Definition: Party.h:40
Party(u32 InUuid)
Definition: Party.cpp:13
std::vector< PlayerCharacterPtr > GetMemberList() const
Definition: Party.cpp:90
unsigned int u32
Definition: TypeDefs.h:10
void Exit(u32 CharacterUuid)
Definition: Party.cpp:82
void BroadcastPacket(PacketBase *pPacket, Client *pIgnoreClient=NULL)
Definition: Party.cpp:108
クライアントクラス
Definition: Client.h:26
void Poll()
Definition: Party.cpp:19
Definition: PacketBase.h:9
weak_ptr< PlayerCharacter > PlayerCharacterPtr
Definition: WeakPtrDefine.h:13
u32 GetUuid() const
Definition: Party.h:46