#include <evagroup.h>
Public Member Functions | |
| DownloadFriendEntry () | |
| DownloadFriendEntry (const char *buf) | |
| DownloadFriendEntry (const DownloadFriendEntry &rhs) | |
| ~DownloadFriendEntry () | |
| DownloadFriendEntry & | operator= (const DownloadFriendEntry &rhs) |
| const int | readData (const char *buf) |
| const int | numberOfBytesRead () const |
| const int | getQQ () const |
| const char | getType () const |
| const uint8_t | getGroupID () const |
| const bool | isQun () const |
Private Attributes | |
| int | qqNum |
| char | type |
| uint8_t | groupID |
Definition at line 78 of file evagroup.h.
|
|
Definition at line 81 of file evagroup.h. |
|
|
Definition at line 129 of file evagroup.cpp. References readData(). Here is the call graph for this function: ![]() |
|
|
Definition at line 134 of file evagroup.cpp. |
|
|
Definition at line 84 of file evagroup.h. |
|
|
Definition at line 93 of file evagroup.h. References groupID. Referenced by operator=(). |
|
|
Definition at line 91 of file evagroup.h. References qqNum. Referenced by operator=(). |
|
|
Definition at line 92 of file evagroup.h. References type. Referenced by operator=(). |
|
|
Definition at line 157 of file evagroup.cpp. References QQ_ID_IS_QUN, and type. |
|
|
Definition at line 89 of file evagroup.h. Referenced by DownloadGroupFriendReplyPacket::parseBody(). |
|
|
Definition at line 139 of file evagroup.cpp. References getGroupID(), getQQ(), getType(), groupID, qqNum, and type. Here is the call graph for this function: ![]() |
|
|
Definition at line 147 of file evagroup.cpp. References groupID, qqNum, and type. Referenced by DownloadFriendEntry(). |
|
|
Definition at line 99 of file evagroup.h. Referenced by getGroupID(), operator=(), and readData(). |
|
|
Definition at line 97 of file evagroup.h. Referenced by getQQ(), operator=(), and readData(). |
|
|
Definition at line 98 of file evagroup.h. Referenced by getType(), isQun(), operator=(), and readData(). |
1.4.4