class TcpPacket
Defined at line 433 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
A matcher for TCP packets.
Public Methods
void TcpPacket (Storage_ storage)
void TcpPacket ()
Defined at line 439 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void TcpPacket (TcpPacket && )
Defined at line 440 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
void TcpPacket (const TcpPacket & other)
TcpPacket & operator= (TcpPacket && )
Defined at line 441 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
TcpPacket & operator= (const TcpPacket & other)
bool operator== (const TcpPacket & other)
bool operator!= (const TcpPacket & other)
bool IsEmpty ()
const std::optional< ::fuchsia_net_matchers::Port> & src_port ()
Matcher for the TCP source port.
::std::optional< ::fuchsia_net_matchers::Port> & src_port ()
Matcher for the TCP source port.
TcpPacket & src_port (std::optional< ::fuchsia_net_matchers::Port> value)
Matcher for the TCP source port.
const std::optional< ::fuchsia_net_matchers::Port> & dst_port ()
Matcher for the TCP destination port.
::std::optional< ::fuchsia_net_matchers::Port> & dst_port ()
Matcher for the TCP destination port.
TcpPacket & dst_port (std::optional< ::fuchsia_net_matchers::Port> value)
Matcher for the TCP destination port.
void TcpPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits