#include <evalevel.h>
Inherits InPacket.
Inheritance diagram for EvaGetLevelReplyPacket:


Public Member Functions | |
| EvaGetLevelReplyPacket () | |
| EvaGetLevelReplyPacket (unsigned char *buf, int len) | |
| EvaGetLevelReplyPacket (const EvaGetLevelReplyPacket &rhs) | |
| virtual | ~EvaGetLevelReplyPacket () |
| const unsigned char | getReplyCode () const |
| const std::list< LevelUserItem > & | getLevelList () const |
| EvaGetLevelReplyPacket & | operator= (const EvaGetLevelReplyPacket &rhs) |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| unsigned char | replyCode |
| std::list< LevelUserItem > | friends |
Definition at line 52 of file evalevel.h.
|
|
Definition at line 55 of file evalevel.h. |
|
||||||||||||
|
Definition at line 65 of file evalevel.cpp. |
|
|
Definition at line 70 of file evalevel.cpp. References friends, getLevelList(), getReplyCode(), and replyCode. Here is the call graph for this function: ![]() |
|
|
Definition at line 58 of file evalevel.h. |
|
|
Definition at line 61 of file evalevel.h. References friends. Referenced by EvaGetLevelReplyPacket(), and operator=(). |
|
|
Definition at line 60 of file evalevel.h. References replyCode. Referenced by EvaGetLevelReplyPacket(), and operator=(). |
|
|
Definition at line 77 of file evalevel.cpp. References friends, getLevelList(), getReplyCode(), and replyCode. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 85 of file evalevel.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, friends, LevelItem::level, LevelItem::onlineTime, LevelItem::qqNum, replyCode, and LevelItem::timeRemainder. |
|
|
Definition at line 68 of file evalevel.h. Referenced by EvaGetLevelReplyPacket(), getLevelList(), operator=(), and parseBody(). |
|
|
Definition at line 67 of file evalevel.h. Referenced by EvaGetLevelReplyPacket(), getReplyCode(), operator=(), and parseBody(). |
1.4.4