class CreateView2Args
Defined at line 61 of file fidling/gen/sdk/fidl/fuchsia.ui.app/fuchsia.ui.app/hlcpp/fuchsia/ui/app/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::ui::views::ViewCreationToken & view_creation_token ()
Non-optional. This token can be provided to Flatland to attach the client's child view
to the parent's viewport.
Defined at line 69 of file fidling/gen/sdk/fidl/fuchsia.ui.app/fuchsia.ui.app/hlcpp/fuchsia/ui/app/cpp/fidl.h
bool has_view_creation_token ()
Defined at line 73 of file fidling/gen/sdk/fidl/fuchsia.ui.app/fuchsia.ui.app/hlcpp/fuchsia/ui/app/cpp/fidl.h
::fuchsia::ui::views::ViewCreationToken * mutable_view_creation_token ()
Non-optional. This token can be provided to Flatland to attach the client's child view
to the parent's viewport.
Defined at line 79 of file fidling/gen/sdk/fidl/fuchsia.ui.app/fuchsia.ui.app/hlcpp/fuchsia/ui/app/cpp/fidl.h
void clear_view_creation_token ()
Defined at line 87 of file fidling/gen/sdk/fidl/fuchsia.ui.app/fuchsia.ui.app/hlcpp/fuchsia/ui/app/cpp/fidl.h
CreateView2Args & set_view_creation_token (::fuchsia::ui::views::ViewCreationToken _value)
void CreateView2Args ()
void CreateView2Args (CreateView2Args && other)
void ~CreateView2Args ()
CreateView2Args & operator= (CreateView2Args && other)
::std::unique_ptr<CreateView2Args> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CreateView2Args * _value, size_t _offset)
zx_status_t Clone (CreateView2Args * _result)