Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWInetAddrFactory


RWInetAddrFactoryRWSockAddrFactoryBaseRWSockAddrBase

Module

Networking Tools: Network Communication Classes (net library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/inetfact.h>

Required Libraries

net, tls (and possibly std)

Description

RWInetAddrFactory is used by RWSockAddrFactory to create instances of RWInetAddr. It is not used directly by clients of the network communication classes. Only a single instance of RWInetAddrFactory exists; it is created at the time the RWSockAddrFactory is constructed.

Public Constructors

RWInetAddrFactory();

Public Member Operators

virtual RWSockAddrBase* 
operator()(struct sockaddr *addr, int addrLen) const;
virtual RWSockAddrBase* 
operator()(struct sockaddr *addr, int addrLen, 
           int type) const;
virtual RWSockAddrBase* 
operator()(const RWCString&) const;


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.