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


Public Member Functions | |
| DownloadGroupFriendReplyPacket () | |
| DownloadGroupFriendReplyPacket (unsigned char *buf, int len) | |
| DownloadGroupFriendReplyPacket (const DownloadGroupFriendReplyPacket &rhs) | |
| virtual | ~DownloadGroupFriendReplyPacket () |
| InPacket * | copy () |
| DownloadGroupFriendReplyPacket & | operator= (const DownloadGroupFriendReplyPacket &rhs) |
| virtual void | parseBody () |
| const int | getNextStartID () const |
| const std::list< DownloadFriendEntry > & | getGroupedFriends () const |
Private Attributes | |
| int | nextStartID |
| std::list< DownloadFriendEntry > | friends |
Definition at line 122 of file evagroup.h.
|
|
Definition at line 125 of file evagroup.h. Referenced by copy(). |
|
||||||||||||
|
Definition at line 201 of file evagroup.cpp. |
|
|
Definition at line 206 of file evagroup.cpp. References friends, getGroupedFriends(), getNextStartID(), and nextStartID. Here is the call graph for this function: ![]() |
|
|
Definition at line 129 of file evagroup.h. |
|
|
Definition at line 131 of file evagroup.h. References DownloadGroupFriendReplyPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 136 of file evagroup.h. References friends. Referenced by DownloadGroupFriendReplyPacket(), and operator=(). |
|
|
Definition at line 135 of file evagroup.h. References nextStartID. Referenced by DownloadGroupFriendReplyPacket(), and operator=(). |
|
|
Definition at line 213 of file evagroup.cpp. References friends, getGroupedFriends(), getNextStartID(), and nextStartID. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 221 of file evagroup.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, friends, nextStartID, and DownloadFriendEntry::numberOfBytesRead(). Here is the call graph for this function: ![]() |
|
|
Definition at line 139 of file evagroup.h. Referenced by DownloadGroupFriendReplyPacket(), getGroupedFriends(), operator=(), and parseBody(). |
|
|
Definition at line 138 of file evagroup.h. Referenced by DownloadGroupFriendReplyPacket(), getNextStartID(), operator=(), and parseBody(). |
1.4.4