#include <evaimreceive.h>
Public Member Functions | |
| ReceivedQunIMJoinRequest (const unsigned char *buf, const int len) | |
| ReceivedQunIMJoinRequest (const ReceivedQunIMJoinRequest &rhs) | |
| ReceivedQunIMJoinRequest () | |
| const int | getExtID () const |
| const int | getSender () const |
| const std::string & | getMessage () const |
| const char | getType () const |
| ReceivedQunIMJoinRequest & | operator= (const ReceivedQunIMJoinRequest &rhs) |
Private Attributes | |
| int | externalID |
| int | sender |
| unsigned char | type |
| std::string | message |
Definition at line 250 of file evaimreceive.h.
|
||||||||||||
|
Definition at line 530 of file evaimreceive.cpp. References externalID, message, sender, and type. |
|
|
Definition at line 556 of file evaimreceive.cpp. |
|
|
Definition at line 254 of file evaimreceive.h. |
|
|
Definition at line 256 of file evaimreceive.h. References externalID. Referenced by operator=(). |
|
|
Definition at line 258 of file evaimreceive.h. References message. Referenced by operator=(). |
|
|
Definition at line 257 of file evaimreceive.h. References sender. Referenced by operator=(). |
|
|
Definition at line 259 of file evaimreceive.h. References type. Referenced by operator=(). |
|
|
Definition at line 561 of file evaimreceive.cpp. References externalID, getExtID(), getMessage(), getSender(), getType(), message, sender, and type. Here is the call graph for this function: ![]() |
|
|
Definition at line 263 of file evaimreceive.h. Referenced by getExtID(), operator=(), and ReceivedQunIMJoinRequest(). |
|
|
Definition at line 266 of file evaimreceive.h. Referenced by getMessage(), operator=(), and ReceivedQunIMJoinRequest(). |
|
|
Definition at line 264 of file evaimreceive.h. Referenced by getSender(), operator=(), and ReceivedQunIMJoinRequest(). |
|
|
Definition at line 265 of file evaimreceive.h. Referenced by getType(), operator=(), and ReceivedQunIMJoinRequest(). |
1.4.4