Planeshift
Public Member Functions

NetPacketQueueRefCount Class Reference

#include <netbase.h>

List of all members.

Public Member Functions

bool GetPending ()
 NetPacketQueueRefCount (int qlen)
void SetPending (bool flag)
 This flag ensures the same object is not queued twice. Doesn't have to mutexed here because these are already called from within a queue mutex.
virtual ~NetPacketQueueRefCount ()

Detailed Description

Definition at line 745 of file netbase.h.


Constructor & Destructor Documentation

NetPacketQueueRefCount::NetPacketQueueRefCount ( int  qlen) [inline]

Definition at line 751 of file netbase.h.

virtual NetPacketQueueRefCount::~NetPacketQueueRefCount ( ) [inline, virtual]

Definition at line 754 of file netbase.h.


Member Function Documentation

bool NetPacketQueueRefCount::GetPending ( ) [inline]

Definition at line 763 of file netbase.h.

void NetPacketQueueRefCount::SetPending ( bool  flag) [inline]

This flag ensures the same object is not queued twice. Doesn't have to mutexed here because these are already called from within a queue mutex.

Definition at line 759 of file netbase.h.


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