#include <evagroup.h>
Inherits InPacket.
Inheritance diagram for GroupNameOpReplyPacket:


Public Member Functions | |
| GroupNameOpReplyPacket () | |
| GroupNameOpReplyPacket (unsigned char *buf, int len) | |
| GroupNameOpReplyPacket (const GroupNameOpReplyPacket &rhs) | |
| virtual | ~GroupNameOpReplyPacket () |
| InPacket * | copy () |
| GroupNameOpReplyPacket & | operator= (const GroupNameOpReplyPacket &rhs) |
| const std::list< std::string > | getGroupNames () const |
| const char | getType () const |
| const bool | isDownloadReply () const |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| std::list< std::string > | groupNames |
| char | type |
Definition at line 57 of file evagroup.h.
|
|
Definition at line 60 of file evagroup.h. Referenced by copy(). |
|
||||||||||||
|
Definition at line 87 of file evagroup.cpp. |
|
|
Definition at line 93 of file evagroup.cpp. References getGroupNames(), getType(), groupNames, and type. Here is the call graph for this function: ![]() |
|
|
Definition at line 63 of file evagroup.h. |
|
|
Definition at line 65 of file evagroup.h. References GroupNameOpReplyPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 68 of file evagroup.h. References groupNames. Referenced by GroupNameOpReplyPacket(), and operator=(). |
|
|
Definition at line 69 of file evagroup.h. References type. Referenced by GroupNameOpReplyPacket(), and operator=(). |
|
|
Definition at line 122 of file evagroup.cpp. References QQ_DOWNLOAD_GROUP_NAME, and type. |
|
|
Definition at line 100 of file evagroup.cpp. References getGroupNames(), getType(), groupNames, and type. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 108 of file evagroup.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, groupNames, QQ_DOWNLOAD_GROUP_NAME, and type. |
|
|
Definition at line 74 of file evagroup.h. Referenced by getGroupNames(), GroupNameOpReplyPacket(), operator=(), and parseBody(). |
|
|
Definition at line 75 of file evagroup.h. Referenced by getType(), GroupNameOpReplyPacket(), isDownloadReply(), operator=(), and parseBody(). |
1.4.4