class Mark
Defined at line 904 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Matches the mark value of a packet or socket.
Public Methods
void Mark (Mark && other)
Mark & operator= (Mark && other)
void Mark (const Mark & other)
Mark & operator= (const Mark & other)
bool operator== (const Mark & other)
bool operator!= (const Mark & other)
bool IsUnknown ()
::fuchsia_net_matchers::Mark::Tag Which ()
Mark WithUnmarked (::fuchsia_net_matchers::Unmarked val)
const ::fidl::internal::UnionMemberView<1, Storage_> unmarked ()
::fidl::internal::UnionMemberView<1, Storage_> unmarked ()
Mark & unmarked (::fuchsia_net_matchers::Unmarked value)
This mark domain does not have a mark.
Mark WithMarked (::fuchsia_net_matchers::Marked val)
const ::fidl::internal::UnionMemberView<2, Storage_> marked ()
::fidl::internal::UnionMemberView<2, Storage_> marked ()
Mark & marked (::fuchsia_net_matchers::Marked value)
Sets the union to hold the marked member.
void Mark (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kUnmarked | 1 |
| kMarked | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 912 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits