class PermissionDescriptor
Defined at line 2749 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Describes a web permission. In the future, it may be extended with type-specific fields.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::web::PermissionType & type ()
Defined at line 2755 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
bool has_type ()
Defined at line 2759 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::PermissionType * mutable_type ()
Defined at line 2763 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void clear_type ()
Defined at line 2771 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
PermissionDescriptor & set_type (::fuchsia::web::PermissionType _value)
void PermissionDescriptor ()
void PermissionDescriptor (PermissionDescriptor && other)
void ~PermissionDescriptor ()
PermissionDescriptor & operator= (PermissionDescriptor && other)
::std::unique_ptr<PermissionDescriptor> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PermissionDescriptor * _value, size_t _offset)
zx_status_t Clone (PermissionDescriptor * _result)