Protocols::BitTorrent::Packets::Interested Class Reference

#include <Interested.h> [code]

Inherits Protocols::BitTorrent::Packets::PacketBase.

Inheritance diagram for Protocols::BitTorrent::Packets::Interested:

Inheritance graph
[legend]
Collaboration diagram for Protocols::BitTorrent::Packets::Interested:

Collaboration graph
[legend]
List of all members.

Detailed Description

Implements the packet Interested.

The Interested packet is used to show interest in data transfers.

Definition at line 37 of file Interested.h.

Public Member Functions

QString name () const
 Returns the name of the PacketBase type the dynamic object belongs to.
auto_ptr< DataBasecopy () const
 Virtual copy constructor.
 Interested ()

Protected Member Functions

void readPayload (BinaryReader &)
 Reads the packet's payload fields.
void writePayload (BinaryWriter &) const
 Writes the packet's payload fields.
 Q_DECLARE_SHARED_DATA (Data)

Classes

class  Data
 Interested packet's private data. More...


Constructor & Destructor Documentation

Interested::Interested  ) 
 

Definition at line 40 of file Interested.cpp.


Member Function Documentation

auto_ptr< DataBase > Interested::copy  )  const [virtual]
 

Virtual copy constructor.

Implements Protocols::BitTorrent::Packets::PacketBase.

Definition at line 34 of file Interested.cpp.

QString Interested::name  )  const [virtual]
 

Returns the name of the PacketBase type the dynamic object belongs to.

Todo:
Better use PacketId (which possibly contains the ProtocolId)?

Implements Protocols::BitTorrent::Packets::PacketBase.

Definition at line 28 of file Interested.cpp.

Protocols::BitTorrent::Packets::Interested::Q_DECLARE_SHARED_DATA Data   )  [protected]
 

void Interested::readPayload BinaryReader  )  [protected, virtual]
 

Reads the packet's payload fields.

Implements Protocols::BitTorrent::Packets::PacketBase.

Definition at line 46 of file Interested.cpp.

void Interested::writePayload BinaryWriter  )  const [protected, virtual]
 

Writes the packet's payload fields.

Implements Protocols::BitTorrent::Packets::PacketBase.

Definition at line 51 of file Interested.cpp.


The documentation for this class was generated from the following files: