reSIProcate/repro  9694
Public Member Functions | Public Attributes
repro::AclStore::AddressRecord Class Reference

#include <AclStore.hxx>

Collaboration diagram for repro::AclStore::AddressRecord:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AddressRecord (const resip::Data &printableAddress, const int port, const resip::TransportType type)

Public Attributes

resip::Data key
resip::Tuple mAddressTuple
short mMask

Detailed Description

Definition at line 23 of file AclStore.hxx.


Constructor & Destructor Documentation

repro::AclStore::AddressRecord::AddressRecord ( const resip::Data printableAddress,
const int  port,
const resip::TransportType  type 
) [inline]

Definition at line 26 of file AclStore.hxx.

: mAddressTuple(printableAddress, port, type) {};

Member Data Documentation

Definition at line 26 of file AclStore.hxx.

Definition at line 28 of file AclStore.hxx.

Definition at line 29 of file AclStore.hxx.


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