RWSockAddrFactoryBaseRWSockAddrBase
Networking Tools: Network Communication Classes (net library)
#include <rw/toolpro/sockaddr.h>
net, tls (and possibly std)
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.
virtual ~RWSockAddrFactoryBase();
Destroys self.
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;
Constructs an address from the string or C.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.