#include <evaqun.h>
Inherits QunPacket.
Inheritance diagram for QunModifyMemberPacket:


Public Member Functions | |
| QunModifyMemberPacket () | |
| QunModifyMemberPacket (const int id, const bool isAdd) | |
| QunModifyMemberPacket (const QunModifyMemberPacket &rhs) | |
| virtual | ~QunModifyMemberPacket () |
| const std::list< int > & | getMembers () const |
| const bool | isAdd () const |
| void | setMembers (const std::list< int > list) |
| void | setAdd (const bool isAdd) |
| QunModifyMemberPacket & | operator= (const QunModifyMemberPacket &rhs) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| std::list< int > | members |
| bool | mIsAdd |
Definition at line 521 of file evaqun.h.
|
|
|
|
||||||||||||
|
Definition at line 1464 of file evaqun.cpp. |
|
|
Definition at line 1469 of file evaqun.cpp. |
|
|
|
|
|
Definition at line 528 of file evaqun.h. References members. Referenced by operator=(). |
|
|
Definition at line 529 of file evaqun.h. References mIsAdd. Referenced by operator=(). |
|
|
Definition at line 1475 of file evaqun.cpp. References getMembers(), isAdd(), members, and mIsAdd. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 1483 of file evaqun.cpp. References members, mIsAdd, QQ_QUN_MEMBER_ADD, QQ_QUN_MEMBER_REMOVE, QunPacket::qunCommand, and QunPacket::qunID. |
|
|
Definition at line 532 of file evaqun.h. References mIsAdd. |
|
|
Definition at line 531 of file evaqun.h. References members. |
|
|
Definition at line 538 of file evaqun.h. Referenced by getMembers(), operator=(), putBody(), and setMembers(). |
|
|
Definition at line 539 of file evaqun.h. Referenced by isAdd(), operator=(), putBody(), and setAdd(). |
1.4.4