SourcePro® 2025.1 |
SourcePro® API Reference Guide |
Constructs an RWSockType for an IPv6 address type. More...
#include <rw/network/RWInet6Type.h>
Public Member Functions | |
| RWInet6Type () | |
| RWInet6Type (int type, int protocol=0) | |
Public Member Functions inherited from RWSockType | |
| RWSockType () | |
| RWSockType (const RWCString &familyName, int domain, int type=SOCK_STREAM, int protocol=0) | |
| ~RWSockType () | |
| int | getDomain () const |
| int | getFamily () const |
| RWCString | getFamilyName () const |
| int | getProtocol () const |
| int | getType () const |
| RWCString | id (unsigned level) const |
Additional Inherited Members | |
Related Symbols inherited from RWSockType | |
| bool | operator!= (const RWSockType &lhs, const RWSockType &rhs) |
| bool | operator== (const RWSockType &lhs, const RWSockType &rhs) |
RWInet6Type enables you to construct an RWSockType for an IPv6 address type. This class adds no state, so instances can be converted to RWSockType with no loss of information.
|
inline |
The family name is set to inet6, the family id is set to AF_INET6, the socket type is set to SOCK_STREAM, and the protocol is set to 0.
|
explicit |
The family name is set to inet6, and the family id is set to AF_INET6.
|
Copyright © 2025 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |