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

RWSockAddrFactoryBase

Module:  Essential Networking Module   Package:  Networking


Does not inherit

Local Index

Members

Header File

#include <rw/network/RWSockAddrFactoryBase.h>

Description

RWSockAddrFactoryBase is an abstract class that builds socket addresses. It represents the concept of an object that can build socket addresses from either an input stream or from the C API representation.

Public Destructor

virtual 
~RWSockAddrFactoryBase();

Public Member Operators

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


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.