#include <evaqun.h>
Inherits QunPacket.
Inheritance diagram for QunModifyCardPacket:


Public Member Functions | |
| QunModifyCardPacket () | |
| QunModifyCardPacket (const int qunID, const int qqID) | |
| QunModifyCardPacket (const QunModifyCardPacket &rhs) | |
| virtual | ~QunModifyCardPacket () |
| const int | getQQ () const |
| const std::string & | getName () const |
| const unsigned char | getGender () const |
| const std::string & | getPhone () const |
| const std::string & | getEmail () const |
| const std::string & | getMemo () const |
| void | setQQ (const int qqID) |
| void | setName (const std::string &n) |
| void | setGender (const unsigned char g) |
| void | setPhone (const std::string &ph) |
| void | setEmail (const std::string &e) |
| void | setMemo (const std::string &m) |
| QunModifyCardPacket & | operator= (const QunModifyCardPacket &rhs) |
Protected Member Functions | |
| virtual int | putBody (unsigned char *buf) |
Private Attributes | |
| int | qqNum |
| std::string | name |
| unsigned char | gender |
| std::string | phone |
| std::string | |
| std::string | memo |
Definition at line 448 of file evaqun.h.
|
|
|
|
||||||||||||
|
Definition at line 1315 of file evaqun.cpp. |
|
|
Definition at line 1320 of file evaqun.cpp. |
|
|
|
|
|
Definition at line 459 of file evaqun.h. References email. Referenced by operator=(). |
|
|
Definition at line 457 of file evaqun.h. References gender. Referenced by operator=(). |
|
|
Definition at line 460 of file evaqun.h. References memo. Referenced by operator=(). |
|
|
Definition at line 456 of file evaqun.h. References name. Referenced by operator=(). |
|
|
Definition at line 458 of file evaqun.h. References phone. Referenced by operator=(). |
|
|
Definition at line 455 of file evaqun.h. References qqNum. Referenced by operator=(). |
|
|
Definition at line 1326 of file evaqun.cpp. References email, gender, getEmail(), getGender(), getMemo(), getName(), getPhone(), getQQ(), memo, name, phone, and qqNum. Here is the call graph for this function: ![]() |
|
|
Reimplemented from OutPacket. Definition at line 1338 of file evaqun.cpp. References email, gender, memo, name, phone, qqNum, QunPacket::qunCommand, and QunPacket::qunID. |
|
|
Definition at line 466 of file evaqun.h. References email. |
|
|
Definition at line 464 of file evaqun.h. References gender. |
|
|
Definition at line 467 of file evaqun.h. References memo. |
|
|
Definition at line 463 of file evaqun.h. References name. |
|
|
Definition at line 465 of file evaqun.h. References phone. |
|
|
Reimplemented from Packet. Definition at line 462 of file evaqun.h. References qqNum. |
|
|
Definition at line 478 of file evaqun.h. Referenced by getEmail(), operator=(), putBody(), and setEmail(). |
|
|
Definition at line 476 of file evaqun.h. Referenced by getGender(), operator=(), putBody(), and setGender(). |
|
|
Definition at line 479 of file evaqun.h. Referenced by getMemo(), operator=(), putBody(), and setMemo(). |
|
|
Definition at line 475 of file evaqun.h. Referenced by getName(), operator=(), putBody(), and setName(). |
|
|
Definition at line 477 of file evaqun.h. Referenced by getPhone(), operator=(), putBody(), and setPhone(). |
|
|
Reimplemented from Packet. Definition at line 474 of file evaqun.h. Referenced by getQQ(), operator=(), putBody(), and setQQ(). |
1.4.4