#include <evaaddfriend.h>
Inherits InPacket.
Inheritance diagram for AddFriendReplyPacket:


Public Member Functions | |
| AddFriendReplyPacket () | |
| AddFriendReplyPacket (unsigned char *buf, int len) | |
| AddFriendReplyPacket (const AddFriendReplyPacket &rhs) | |
| virtual | ~AddFriendReplyPacket () |
| InPacket * | copy () |
| AddFriendReplyPacket & | operator= (const AddFriendReplyPacket &rhs) |
| const int | getMyQQ () const |
| const uint8_t | getReplyCode () const |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| uint8_t | replyCode |
| int | myQQ |
Definition at line 48 of file evaaddfriend.h.
|
|
Definition at line 51 of file evaaddfriend.h. Referenced by copy(). |
|
||||||||||||
|
Definition at line 69 of file evaaddfriend.cpp. |
|
|
Definition at line 74 of file evaaddfriend.cpp. References getMyQQ(), getReplyCode(), myQQ, and replyCode. Here is the call graph for this function: ![]() |
|
|
Definition at line 54 of file evaaddfriend.h. |
|
|
Definition at line 56 of file evaaddfriend.h. References AddFriendReplyPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 59 of file evaaddfriend.h. References myQQ. Referenced by AddFriendReplyPacket(), and operator=(). |
|
|
Definition at line 60 of file evaaddfriend.h. References replyCode. Referenced by AddFriendReplyPacket(), and operator=(). |
|
|
Definition at line 81 of file evaaddfriend.cpp. References getMyQQ(), getReplyCode(), myQQ, and replyCode. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 89 of file evaaddfriend.cpp. References InPacket::decryptedBuf, myQQ, and replyCode. |
|
|
Definition at line 65 of file evaaddfriend.h. Referenced by AddFriendReplyPacket(), getMyQQ(), operator=(), and parseBody(). |
|
|
Definition at line 64 of file evaaddfriend.h. Referenced by AddFriendReplyPacket(), getReplyCode(), operator=(), and parseBody(). |
1.4.4