#include <evalogintoken.h>
Inherits InPacket.
Inheritance diagram for RequestLoginTokenReplyPacket:


Public Member Functions | |
| RequestLoginTokenReplyPacket () | |
| RequestLoginTokenReplyPacket (unsigned char *buf, int len) | |
| RequestLoginTokenReplyPacket (const RequestLoginTokenReplyPacket &rhs) | |
| virtual | ~RequestLoginTokenReplyPacket () |
| InPacket * | copy () |
| RequestLoginTokenReplyPacket & | operator= (const RequestLoginTokenReplyPacket &rhs) |
| const int | getTokenLength () const |
| const unsigned char * | getToken () const |
| const bool | isReplyOk () const |
| const char | getReplyCode () const |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| char | replyCode |
| int | length |
| unsigned char * | token |
Definition at line 36 of file evalogintoken.h.
|
|
Definition at line 55 of file evalogintoken.cpp. Referenced by copy(). |
|
||||||||||||
|
Definition at line 61 of file evalogintoken.cpp. |
|
|
Definition at line 67 of file evalogintoken.cpp. References getReplyCode(), getToken(), getTokenLength(), length, replyCode, and token. Here is the call graph for this function: ![]() |
|
|
Definition at line 85 of file evalogintoken.cpp. References token. |
|
|
Definition at line 43 of file evalogintoken.h. References RequestLoginTokenReplyPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 50 of file evalogintoken.h. References replyCode. Referenced by operator=(), and RequestLoginTokenReplyPacket(). |
|
|
Definition at line 47 of file evalogintoken.h. References token. Referenced by operator=(), and RequestLoginTokenReplyPacket(). |
|
|
Definition at line 46 of file evalogintoken.h. References length. Referenced by operator=(), and RequestLoginTokenReplyPacket(). |
|
|
Definition at line 109 of file evalogintoken.cpp. References QQ_REQUEST_LOGIN_TOKEN_REPLY_OK, and replyCode. |
|
|
Definition at line 91 of file evalogintoken.cpp. References getReplyCode(), getToken(), getTokenLength(), length, replyCode, and token. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 114 of file evalogintoken.cpp. References InPacket::decryptedBuf, length, QQ_REQUEST_LOGIN_TOKEN_REPLY_OK, replyCode, Packet::setLoginToken(), and token. Here is the call graph for this function: ![]() |
|
|
Definition at line 55 of file evalogintoken.h. Referenced by getTokenLength(), operator=(), parseBody(), and RequestLoginTokenReplyPacket(). |
|
|
Definition at line 54 of file evalogintoken.h. Referenced by getReplyCode(), isReplyOk(), operator=(), parseBody(), and RequestLoginTokenReplyPacket(). |
|
|
Definition at line 56 of file evalogintoken.h. Referenced by getToken(), operator=(), parseBody(), RequestLoginTokenReplyPacket(), and ~RequestLoginTokenReplyPacket(). |
1.4.4