Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/net/Protocol.hpp>
Public Member Functions | |
constexpr | DgramProtocol (int family=AF_UNSPEC, int protocol=0) noexcept |
constexpr int | family () const noexcept |
constexpr int | type () const noexcept |
constexpr int | protocol () const noexcept |
Static Public Member Functions | |
static constexpr auto | ip4 () noexcept |
static constexpr auto | ip6 () noexcept |
static constexpr auto | udp4 () noexcept |
static constexpr auto | udp6 () noexcept |
static constexpr auto | unix () noexcept |
static constexpr auto | unspec () noexcept |
Friends | |
bool | operator== (DgramProtocol lhs, DgramProtocol rhs) |
bool | operator!= (DgramProtocol lhs, DgramProtocol rhs) |
Definition at line 25 of file Protocol.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 32 of file Protocol.hpp.
Definition at line 37 of file Protocol.hpp.
Definition at line 38 of file Protocol.hpp.
Definition at line 39 of file Protocol.hpp.
Definition at line 40 of file Protocol.hpp.
Definition at line 41 of file Protocol.hpp.
Definition at line 42 of file Protocol.hpp.
Definition at line 44 of file Protocol.hpp.
Referenced by DgramProtocol().
Definition at line 45 of file Protocol.hpp.
Definition at line 46 of file Protocol.hpp.
|
friend |
Definition at line 26 of file Protocol.hpp.
|
friend |
Definition at line 30 of file Protocol.hpp.