struct SocketDomain
Defined at line 46 of file ../../src/connectivity/network/tests/socket/util.h
Public Methods
SocketDomain IPv4 ()
Defined at line 53 of file ../../src/connectivity/network/tests/socket/util.h
SocketDomain IPv6 ()
Defined at line 54 of file ../../src/connectivity/network/tests/socket/util.h
sa_family_t Get ()
Defined at line 55 of file ../../src/connectivity/network/tests/socket/util.h
Which which ()
Defined at line 57 of file ../../src/connectivity/network/tests/socket/util.h
Enumerations
enum Which
| Name | Value |
|---|---|
| IPv4 | AF_INET |
| IPv6 | AF_INET6 |
Should only be used when switching on the return value of which(), because
enum classes don't guarantee type-safe construction.
Defined at line 49 of file ../../src/connectivity/network/tests/socket/util.h