Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWInetType


RWInetTypeRWSockType

Module

Networking Tools: Network Communication Classes (net library)

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

Data Types

Member Functions

Synopsis

#include <rw/toolpro/inetaddr.h>
RWSockType inet = RWInetType();

Required Libraries

net, tls (and possibly std)

Description

This class provides a convenient mechanism to construct an RWSockType for an internet address type. Since this class adds no state, instances can be converted to RWSockType with no loss of information.

Public Constructors

RWInetType(int type=SOCK_STREAM, int protocol=0);

Copy Constructors

RWInetType(const RWInetType& x);

Assignment Operators

RWInetType& 
operator=(const RWInetType& x);


Previous fileTop of DocumentContentsIndexNext file

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