|
reSIProcate/stack
9694
|

Public Member Functions | |
| TlsTransportKey (const resip::Data &domain, resip::TransportType type, resip::IpVersion version) | |
| TlsTransportKey (const TlsTransportKey &orig) | |
| ~TlsTransportKey () | |
| bool | operator< (const TlsTransportKey &rhs) const |
Public Attributes | |
| resip::Data | mDomain |
| resip::TransportType | mType |
| resip::IpVersion | mVersion |
Private Member Functions | |
| TlsTransportKey () | |
Definition at line 174 of file TransportSelector.hxx.
| resip::TransportSelector::TlsTransportKey::TlsTransportKey | ( | const resip::Data & | domain, |
| resip::TransportType | type, | ||
| resip::IpVersion | version | ||
| ) | [inline] |
| resip::TransportSelector::TlsTransportKey::TlsTransportKey | ( | const TlsTransportKey & | orig | ) | [inline] |
| resip::TransportSelector::TlsTransportKey::~TlsTransportKey | ( | ) | [inline] |
Definition at line 190 of file TransportSelector.hxx.
{}
| resip::TransportSelector::TlsTransportKey::TlsTransportKey | ( | ) | [private] |
| bool resip::TransportSelector::TlsTransportKey::operator< | ( | const TlsTransportKey & | rhs | ) | const [inline] |
Definition at line 211 of file TransportSelector.hxx.
Referenced by operator<(), and TlsTransportKey().
Definition at line 212 of file TransportSelector.hxx.
Referenced by operator<(), and TlsTransportKey().
Definition at line 213 of file TransportSelector.hxx.
Referenced by operator<(), and TlsTransportKey().
1.7.5.1