class Mark

Defined at line 1062 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Matches the mark value of a packet or socket.

Public Members

static const fidl_type_t * FidlType

Public Methods

void Mark ()
void ~Mark ()
void Mark (Mark && )
Mark & operator= (Mark && )
Mark WithUnmarked (::fuchsia::net::matchers::Unmarked && )
Mark WithMarked (::fuchsia::net::matchers::Marked && )
::std::unique_ptr<Mark> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Mark * value, size_t offset)
zx_status_t Clone (Mark * result)
bool has_invalid_tag ()

Defined at line 1090 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

bool is_unmarked ()

Defined at line 1094 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Mark & set_unmarked (::fuchsia::net::matchers::Unmarked value)
::fuchsia::net::matchers::Unmarked & unmarked ()

This mark domain does not have a mark.

Defined at line 1097 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

const ::fuchsia::net::matchers::Unmarked & unmarked ()

This mark domain does not have a mark.

Defined at line 1103 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

bool is_marked ()

Defined at line 1109 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

::fuchsia::net::matchers::Marked & marked ()

Defined at line 1111 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

const ::fuchsia::net::matchers::Marked & marked ()

Defined at line 1116 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Mark & set_marked (::fuchsia::net::matchers::Marked value)
Mark & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
::fuchsia::net::matchers::Mark::Tag Which ()

Defined at line 1123 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 1136 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

const std::vector<uint8_t> * UnknownBytes ()

Defined at line 1139 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Enumerations

enum Tag
Name Value
kUnknown 0
kUnmarked 1
kMarked 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 1075 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Friends

class Equality