Gnutella::Bootstrapping::UdpHostCachePrivate Class Reference

Collaboration diagram for Gnutella::Bootstrapping::UdpHostCachePrivate:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 55 of file UdpHostCache.cpp.

Public Types

typedef QMap< UdpConnection *,
CacheInfo * > 
ConnectingConnections
typedef QMap< PacketSession *,
CacheInfo * > 
Sessions
typedef QQueue< CacheInfo * > Caches

Public Member Functions

 UdpHostCachePrivate ()

Public Attributes

UdpSwitchudpSwitch
PingHandlerpingHandler
ConnectingConnections connectingConnections
Sessions sessions
Caches caches

Private Member Functions

 UdpHostCachePrivate (const UdpHostCachePrivate &)
UdpHostCachePrivateoperator= (const UdpHostCachePrivate &)


Member Typedef Documentation

typedef QQueue<CacheInfo *> Gnutella::Bootstrapping::UdpHostCachePrivate::Caches
 

Definition at line 62 of file UdpHostCache.cpp.

typedef QMap<UdpConnection *, CacheInfo *> Gnutella::Bootstrapping::UdpHostCachePrivate::ConnectingConnections
 

Definition at line 60 of file UdpHostCache.cpp.

typedef QMap<PacketSession *, CacheInfo *> Gnutella::Bootstrapping::UdpHostCachePrivate::Sessions
 

Definition at line 61 of file UdpHostCache.cpp.


Constructor & Destructor Documentation

Gnutella::Bootstrapping::UdpHostCachePrivate::UdpHostCachePrivate const UdpHostCachePrivate  )  [private]
 

Gnutella::Bootstrapping::UdpHostCachePrivate::UdpHostCachePrivate  )  [inline]
 

Definition at line 70 of file UdpHostCache.cpp.


Member Function Documentation

UdpHostCachePrivate& Gnutella::Bootstrapping::UdpHostCachePrivate::operator= const UdpHostCachePrivate  )  [private]
 


Member Data Documentation

Caches Gnutella::Bootstrapping::UdpHostCachePrivate::caches
 

Definition at line 68 of file UdpHostCache.cpp.

ConnectingConnections Gnutella::Bootstrapping::UdpHostCachePrivate::connectingConnections
 

Definition at line 66 of file UdpHostCache.cpp.

PingHandler* Gnutella::Bootstrapping::UdpHostCachePrivate::pingHandler
 

Definition at line 65 of file UdpHostCache.cpp.

Sessions Gnutella::Bootstrapping::UdpHostCachePrivate::sessions
 

Definition at line 67 of file UdpHostCache.cpp.

UdpSwitch* Gnutella::Bootstrapping::UdpHostCachePrivate::udpSwitch
 

Definition at line 64 of file UdpHostCache.cpp.


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