Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Networking Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWInetAddrFactory

Module:  Essential Networking Module   Package:  Networking


RWInetAddrFactoryRWSockAddrFactoryBase

Local Index

Members

Header File

#include <rw/network/RWInetAddrFactory.h>

Description

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

Public Constructor

RWInetAddrFactory();

Public Destructor

virtual
~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 DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.