#include <evasearchuser.h>
Inherits InPacket.
Inheritance diagram for SearchUserReplyPacket:


Public Member Functions | |
| SearchUserReplyPacket () | |
| SearchUserReplyPacket (unsigned char *buf, int len) | |
| SearchUserReplyPacket (const SearchUserReplyPacket &rhs) | |
| ~SearchUserReplyPacket () | |
| const std::list< OnlineUser > | getUsers () const |
| const bool | isFinished () const |
| SearchUserReplyPacket & | operator= (const SearchUserReplyPacket &rhs) |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| std::list< OnlineUser > | users |
| bool | finished |
Definition at line 93 of file evasearchuser.h.
|
|
Definition at line 96 of file evasearchuser.h. |
|
||||||||||||
|
Definition at line 172 of file evasearchuser.cpp. |
|
|
Definition at line 178 of file evasearchuser.cpp. References finished, getUsers(), isFinished(), and users. Here is the call graph for this function: ![]() |
|
|
Definition at line 99 of file evasearchuser.h. |
|
|
Definition at line 101 of file evasearchuser.h. References users. Referenced by operator=(), and SearchUserReplyPacket(). |
|
|
Definition at line 102 of file evasearchuser.h. References finished. Referenced by operator=(), and SearchUserReplyPacket(). |
|
|
Definition at line 185 of file evasearchuser.cpp. References finished, getUsers(), isFinished(), and users. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 193 of file evasearchuser.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, finished, OnlineUser::readData(), and users. Here is the call graph for this function: ![]() |
|
|
Definition at line 110 of file evasearchuser.h. Referenced by isFinished(), operator=(), parseBody(), and SearchUserReplyPacket(). |
|
|
Definition at line 109 of file evasearchuser.h. Referenced by getUsers(), operator=(), parseBody(), and SearchUserReplyPacket(). |
1.4.4