class SelinuxContext

Defined at line 3561 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Public Methods

void SelinuxContext (SelinuxContext && other)
SelinuxContext & operator= (SelinuxContext && other)
void SelinuxContext (const SelinuxContext & other)
SelinuxContext & operator= (const SelinuxContext & other)
bool operator== (const SelinuxContext & other)
bool operator!= (const SelinuxContext & other)
bool IsUnknown ()
::fuchsia_io::SelinuxContext::Tag Which ()
SelinuxContext WithData (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<1, Storage_> data ()
::fidl::internal::UnionMemberView<1, Storage_> data ()
SelinuxContext & data (::std::vector<uint8_t> value)

Sets the union to hold the data member.

SelinuxContext WithUseExtendedAttributes (::fuchsia_io::EmptyStruct val)
const ::fidl::internal::UnionMemberView<2, Storage_> use_extended_attributes ()
::fidl::internal::UnionMemberView<2, Storage_> use_extended_attributes ()
SelinuxContext & use_extended_attributes (::fuchsia_io::EmptyStruct value)

Sets the union to hold the use_extended_attributes member.

void SelinuxContext (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kData 1
kUseExtendedAttributes 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 3571 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits