#include <evaextrainfo.h>
Inherits InPacket.
Inheritance diagram for SignatureReplyPacket:


Public Member Functions | |
| SignatureReplyPacket () | |
| SignatureReplyPacket (unsigned char *buf, int len) | |
| SignatureReplyPacket (const SignatureReplyPacket &rhs) | |
| virtual | ~SignatureReplyPacket () |
| const unsigned char | getType () const |
| const char | getReplyCode () const |
| const bool | isChangeAccepted () const |
| const int | nextStartID () const |
| const std::map< int, SignatureElement > & | getMembers () const |
| SignatureReplyPacket & | operator= (const SignatureReplyPacket &rhs) |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| unsigned char | mType |
| unsigned char | mReplyCode |
| int | mNextStartId |
| std::map< int, SignatureElement > | mMembers |
Definition at line 98 of file evaextrainfo.h.
|
|
Definition at line 101 of file evaextrainfo.h. |
|
||||||||||||
|
Definition at line 174 of file evaextrainfo.cpp. |
|
|
Definition at line 179 of file evaextrainfo.cpp. |
|
|
Definition at line 104 of file evaextrainfo.h. |
|
|
Definition at line 111 of file evaextrainfo.h. References mMembers. Referenced by operator=(). |
|
|
Definition at line 107 of file evaextrainfo.h. References mReplyCode. Referenced by operator=(). |
|
|
Definition at line 106 of file evaextrainfo.h. References mType. Referenced by operator=(). |
|
|
Definition at line 108 of file evaextrainfo.h. References mReplyCode. |
|
|
Definition at line 110 of file evaextrainfo.h. References mNextStartId. |
|
|
Definition at line 185 of file evaextrainfo.cpp. References getMembers(), getReplyCode(), getType(), mMembers, mReplyCode, and mType. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 194 of file evaextrainfo.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, SignatureElement::lastModifyTime, mMembers, mNextStartId, mReplyCode, mType, QQ_SIGNATURE_DELETE, QQ_SIGNATURE_MODIFY, QQ_SIGNATURE_REQUEST, and SignatureElement::signature. |
|
|
Definition at line 120 of file evaextrainfo.h. Referenced by getMembers(), operator=(), and parseBody(). |
|
|
Definition at line 119 of file evaextrainfo.h. Referenced by nextStartID(), and parseBody(). |
|
|
Definition at line 118 of file evaextrainfo.h. Referenced by getReplyCode(), isChangeAccepted(), operator=(), and parseBody(). |
|
|
Definition at line 117 of file evaextrainfo.h. Referenced by getType(), operator=(), and parseBody(). |
1.4.4