#include <evagroup.h>
Inherits OutPacket.
Inheritance diagram for UploadGroupFriendPacket:


Public Member Functions | |
| UploadGroupFriendPacket () | |
| UploadGroupFriendPacket (const UploadGroupFriendPacket &rhs) | |
| virtual | ~UploadGroupFriendPacket () |
| OutPacket * | copy () |
| UploadGroupFriendPacket & | operator= (const UploadGroupFriendPacket &rhs) |
| void | setGroupedFriends (std::map< int, int > &list) |
| const std::map< int, int > & | getGroupedFriends () const |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| std::map< int, int > | privateList |
Definition at line 143 of file evagroup.h.
|
|
Definition at line 239 of file evagroup.cpp. Referenced by copy(). |
|
|
Definition at line 244 of file evagroup.cpp. References getGroupedFriends(), and privateList. Here is the call graph for this function: ![]() |
|
|
Definition at line 250 of file evagroup.cpp. |
|
|
Definition at line 151 of file evagroup.h. References UploadGroupFriendPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 156 of file evagroup.h. References privateList. Referenced by operator=(), and UploadGroupFriendPacket(). |
|
|
Definition at line 254 of file evagroup.cpp. References getGroupedFriends(), and privateList. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 261 of file evagroup.cpp. References privateList. |
|
|
Definition at line 155 of file evagroup.h. References privateList. |
|
|
Definition at line 160 of file evagroup.h. Referenced by getGroupedFriends(), operator=(), putBody(), setGroupedFriends(), and UploadGroupFriendPacket(). |
1.4.4