Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

OnlineUser Class Reference

#include <evasearchuser.h>

List of all members.

Public Member Functions

 OnlineUser ()
 ~OnlineUser ()
const int getQQ () const
const std::string getNick () const
const short getFace () const
const std::string getProvince () const
int readData (unsigned char *buf)
OnlineUseroperator= (const OnlineUser &rhs)

Private Attributes

int qqNum
std::string nick
std::string province
short face


Detailed Description

Author:
yunfan

Definition at line 34 of file evasearchuser.h.


Constructor & Destructor Documentation

OnlineUser::OnlineUser  ) 
 

Definition at line 22 of file evasearchuser.cpp.

References face, nick, province, and qqNum.

OnlineUser::~OnlineUser  )  [inline]
 

Definition at line 37 of file evasearchuser.h.


Member Function Documentation

const short OnlineUser::getFace  )  const [inline]
 

Definition at line 41 of file evasearchuser.h.

References face.

Referenced by operator=().

const std::string OnlineUser::getNick  )  const [inline]
 

Definition at line 40 of file evasearchuser.h.

References nick.

Referenced by operator=().

const std::string OnlineUser::getProvince  )  const [inline]
 

Definition at line 42 of file evasearchuser.h.

References province.

const int OnlineUser::getQQ  )  const [inline]
 

Definition at line 39 of file evasearchuser.h.

References qqNum.

Referenced by operator=().

OnlineUser & OnlineUser::operator= const OnlineUser rhs  ) 
 

Definition at line 30 of file evasearchuser.cpp.

References face, getFace(), getNick(), getQQ(), nick, and qqNum.

Here is the call graph for this function:

int OnlineUser::readData unsigned char *  buf  ) 
 

Definition at line 38 of file evasearchuser.cpp.

References face, nick, province, and qqNum.

Referenced by SearchUserReplyPacket::parseBody().


Member Data Documentation

short OnlineUser::face [private]
 

Definition at line 49 of file evasearchuser.h.

Referenced by getFace(), OnlineUser(), operator=(), and readData().

std::string OnlineUser::nick [private]
 

Definition at line 47 of file evasearchuser.h.

Referenced by getNick(), OnlineUser(), operator=(), and readData().

std::string OnlineUser::province [private]
 

Definition at line 48 of file evasearchuser.h.

Referenced by getProvince(), OnlineUser(), and readData().

int OnlineUser::qqNum [private]
 

Definition at line 46 of file evasearchuser.h.

Referenced by getQQ(), OnlineUser(), operator=(), and readData().


The documentation for this class was generated from the following files:
Generated on Mon May 15 20:51:37 2006 for libeva by  doxygen 1.4.4