reSIProcate/stack  9694
Public Member Functions | Public Attributes
resip::TuSelector::Item Struct Reference
Collaboration diagram for resip::TuSelector::Item:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Item (TransactionUser *ptu)
bool operator== (const Item &rhs)

Public Attributes

TransactionUsertu
bool shuttingDown

Detailed Description

Definition at line 55 of file TuSelector.hxx.


Constructor & Destructor Documentation

resip::TuSelector::Item::Item ( TransactionUser ptu) [inline]

Definition at line 57 of file TuSelector.hxx.

: tu(ptu), shuttingDown(false) {}

Member Function Documentation

bool resip::TuSelector::Item::operator== ( const Item rhs) [inline]

Definition at line 60 of file TuSelector.hxx.

References tu.

{ return tu == rhs.tu; }

Member Data Documentation

Definition at line 59 of file TuSelector.hxx.

Definition at line 58 of file TuSelector.hxx.

Referenced by operator==().


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