Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWSockAddrFactoryBase


RWSockAddrFactoryBaseRWSockAddrBase

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/sockaddr.h>

Required Libraries

net, tls (and possibly std)

Description

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

Public Destructor

virtual 
~RWSockAddrFactoryBase();

Public Member Operators

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


Previous fileTop of DocumentContentsIndexNext file

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