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

DownloadFriendEntry Class Reference

#include <evagroup.h>

List of all members.

Public Member Functions

 DownloadFriendEntry ()
 DownloadFriendEntry (const char *buf)
 DownloadFriendEntry (const DownloadFriendEntry &rhs)
 ~DownloadFriendEntry ()
DownloadFriendEntryoperator= (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


Detailed Description

Definition at line 78 of file evagroup.h.


Constructor & Destructor Documentation

DownloadFriendEntry::DownloadFriendEntry  )  [inline]
 

Definition at line 81 of file evagroup.h.

DownloadFriendEntry::DownloadFriendEntry const char *  buf  ) 
 

Definition at line 129 of file evagroup.cpp.

References readData().

Here is the call graph for this function:

DownloadFriendEntry::DownloadFriendEntry const DownloadFriendEntry rhs  ) 
 

Definition at line 134 of file evagroup.cpp.

DownloadFriendEntry::~DownloadFriendEntry  )  [inline]
 

Definition at line 84 of file evagroup.h.


Member Function Documentation

const uint8_t DownloadFriendEntry::getGroupID  )  const [inline]
 

Definition at line 93 of file evagroup.h.

References groupID.

Referenced by operator=().

const int DownloadFriendEntry::getQQ  )  const [inline]
 

Definition at line 91 of file evagroup.h.

References qqNum.

Referenced by operator=().

const char DownloadFriendEntry::getType  )  const [inline]
 

Definition at line 92 of file evagroup.h.

References type.

Referenced by operator=().

const bool DownloadFriendEntry::isQun  )  const
 

Definition at line 157 of file evagroup.cpp.

References QQ_ID_IS_QUN, and type.

const int DownloadFriendEntry::numberOfBytesRead  )  const [inline]
 

Definition at line 89 of file evagroup.h.

Referenced by DownloadGroupFriendReplyPacket::parseBody().

DownloadFriendEntry & DownloadFriendEntry::operator= const DownloadFriendEntry rhs  ) 
 

Definition at line 139 of file evagroup.cpp.

References getGroupID(), getQQ(), getType(), groupID, qqNum, and type.

Here is the call graph for this function:

const int DownloadFriendEntry::readData const char *  buf  ) 
 

Definition at line 147 of file evagroup.cpp.

References groupID, qqNum, and type.

Referenced by DownloadFriendEntry().


Member Data Documentation

uint8_t DownloadFriendEntry::groupID [private]
 

Definition at line 99 of file evagroup.h.

Referenced by getGroupID(), operator=(), and readData().

int DownloadFriendEntry::qqNum [private]
 

Definition at line 97 of file evagroup.h.

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

char DownloadFriendEntry::type [private]
 

Definition at line 98 of file evagroup.h.

Referenced by getType(), isQun(), operator=(), and readData().


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