class Command
Defined at line 161 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
DO NOT USE - Retained for ABI stability in fuchsia.ui.scenic.Command
Public Members
static const fidl_type_t * FidlType
Public Methods
void Command ()
void ~Command ()
void Command (Command && )
Command & operator= (Command && )
Command WithEmpty (int32_t && )
::std::unique_ptr<Command> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Command * value, size_t offset)
zx_status_t Clone (Command * result)
bool has_invalid_tag ()
Defined at line 186 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
bool is_empty ()
Defined at line 190 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
int32_t & empty ()
Defined at line 192 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
const int32_t & empty ()
Defined at line 197 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
::fuchsia::ui::views::Command::Tag Which ()
Defined at line 203 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/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 209 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
Command & set_empty (int32_t value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kEmpty | 1 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 173 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/hlcpp/fuchsia/ui/views/cpp/fidl.h
Friends
class Equality