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


Public Member Functions | |
| QunGetMemberInfoPacket () | |
| QunGetMemberInfoPacket (const int id) | |
| QunGetMemberInfoPacket (const QunGetMemberInfoPacket &rhs) | |
| virtual | ~QunGetMemberInfoPacket () |
| QunGetMemberInfoPacket & | operator= (const QunGetMemberInfoPacket &rhs) |
| void | addMember (const int id) |
| const std::list< int > & | getMemberList () const |
| void | setMemberList (const std::list< int > list) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| std::list< int > | memberList |
Definition at line 247 of file evaqun.h.
|
|
|
|
|
Definition at line 869 of file evaqun.cpp. |
|
|
Definition at line 874 of file evaqun.cpp. References getMemberList(), and memberList. Here is the call graph for this function: ![]() |
|
|
Definition at line 880 of file evaqun.cpp. |
|
|
Definition at line 891 of file evaqun.cpp. References memberList. |
|
|
Definition at line 258 of file evaqun.h. References memberList. Referenced by operator=(), and QunGetMemberInfoPacket(). |
|
|
Definition at line 884 of file evaqun.cpp. References getMemberList(), and memberList. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 896 of file evaqun.cpp. References memberList, QunPacket::qunCommand, and QunPacket::qunID. |
|
|
Definition at line 259 of file evaqun.h. References memberList. |
|
|
Definition at line 264 of file evaqun.h. Referenced by addMember(), getMemberList(), operator=(), putBody(), QunGetMemberInfoPacket(), and setMemberList(). |
1.4.4