class ExecutionInfo

Defined at line 3055 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Information about the execution state of a component instance.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & start_reason ()

The human-readable explanation for why this instance was started.

Defined at line 3062 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool has_start_reason ()

Defined at line 3066 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::std::string * mutable_start_reason ()

The human-readable explanation for why this instance was started.

Defined at line 3071 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void clear_start_reason ()

Defined at line 3079 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

ExecutionInfo & set_start_reason (::std::string _value)
void ExecutionInfo ()
void ExecutionInfo (ExecutionInfo && other)
void ~ExecutionInfo ()
ExecutionInfo & operator= (ExecutionInfo && other)
::std::unique_ptr<ExecutionInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ExecutionInfo * _value, size_t _offset)
zx_status_t Clone (ExecutionInfo * _result)