Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/net/Protocol.hpp>
Public Member Functions | |
constexpr | StreamProtocol (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 | tcp4 () noexcept |
static constexpr auto | tcp6 () noexcept |
static constexpr auto | unix () noexcept |
static constexpr auto | unspec () noexcept |
Friends | |
bool | operator== (StreamProtocol lhs, StreamProtocol rhs) |
bool | operator!= (StreamProtocol lhs, StreamProtocol rhs) |
Definition at line 52 of file Protocol.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 59 of file Protocol.hpp.
Definition at line 64 of file Protocol.hpp.
Definition at line 65 of file Protocol.hpp.
Definition at line 66 of file Protocol.hpp.
Definition at line 67 of file Protocol.hpp.
Definition at line 68 of file Protocol.hpp.
Definition at line 69 of file Protocol.hpp.
Definition at line 71 of file Protocol.hpp.
Referenced by StreamProtocol().
Definition at line 72 of file Protocol.hpp.
Definition at line 73 of file Protocol.hpp.
|
friend |
Definition at line 53 of file Protocol.hpp.
|
friend |
Definition at line 57 of file Protocol.hpp.