class Change

Defined at line 3236 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_types.h

Public Methods

void Change (Change && other)
Change & operator= (Change && other)
void Change (const Change & other)
Change & operator= (const Change & other)
bool operator== (const Change & other)
bool operator!= (const Change & other)
bool IsUnknown ()
::fuchsia_net_filter::Change::Tag Which ()
Change WithCreate (::fuchsia_net_filter::Resource val)
const ::fidl::internal::UnionMemberView<1, Storage_> create ()
::fidl::internal::UnionMemberView<1, Storage_> create ()
Change & create (::fuchsia_net_filter::Resource value)

Create the specified resource.

Change WithRemove (::fuchsia_net_filter::ResourceId val)
const ::fidl::internal::UnionMemberView<2, Storage_> remove ()
::fidl::internal::UnionMemberView<2, Storage_> remove ()
Change & remove (::fuchsia_net_filter::ResourceId value)

Remove the specified resource, along with all of its contents.

void Change (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kCreate 1
kRemove 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 3246 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits