#include <evafriend.h>
Inherits InPacket.
Inheritance diagram for GetFriendListReplyPacket:


Public Member Functions | |
| GetFriendListReplyPacket () | |
| GetFriendListReplyPacket (unsigned char *buf, int len) | |
| GetFriendListReplyPacket (const GetFriendListReplyPacket &rhs) | |
| virtual | ~GetFriendListReplyPacket () |
| const short | getPosition () const |
| const friendItemList & | getFriendList () const |
| GetFriendListReplyPacket & | operator= (const GetFriendListReplyPacket &rhs) |
Protected Member Functions | |
| void | parseBody () |
Private Attributes | |
| short | position |
| friendItemList | friends |
Definition at line 120 of file evafriend.h.
|
|
Definition at line 122 of file evafriend.h. |
|
||||||||||||
|
Definition at line 128 of file evafriend.cpp. |
|
|
Definition at line 133 of file evafriend.cpp. References friends, getFriendList(), getPosition(), and position. Here is the call graph for this function: ![]() |
|
|
Definition at line 125 of file evafriend.h. |
|
|
Definition at line 128 of file evafriend.h. References friends. Referenced by GetFriendListReplyPacket(), and operator=(). |
|
|
Definition at line 127 of file evafriend.h. References position. Referenced by GetFriendListReplyPacket(), and operator=(). |
|
|
Definition at line 140 of file evafriend.cpp. References friends, getFriendList(), getPosition(), and position. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 148 of file evafriend.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, friends, and position. |
|
|
Definition at line 134 of file evafriend.h. Referenced by getFriendList(), GetFriendListReplyPacket(), operator=(), and parseBody(). |
|
|
Definition at line 133 of file evafriend.h. Referenced by GetFriendListReplyPacket(), getPosition(), operator=(), and parseBody(). |
1.4.4