Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/net/Protocol.hpp>
Public Member Functions | |
constexpr int | family () const noexcept |
constexpr int | type () const noexcept |
constexpr int | protocol () const noexcept |
Static Public Member Functions | |
static constexpr auto | v4 () noexcept |
static constexpr auto | v6 () noexcept |
Friends | |
bool | operator== (TcpProtocol lhs, TcpProtocol rhs) |
bool | operator!= (TcpProtocol lhs, TcpProtocol rhs) |
Definition at line 98 of file Protocol.hpp.
Definition at line 102 of file Protocol.hpp.
Definition at line 103 of file Protocol.hpp.
Definition at line 105 of file Protocol.hpp.
Definition at line 106 of file Protocol.hpp.
Definition at line 107 of file Protocol.hpp.
|
friend |
Definition at line 99 of file Protocol.hpp.
|
friend |
Definition at line 100 of file Protocol.hpp.