class ComponentStopInfo
Defined at line 739 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/natural_types.h
Public Methods
void ComponentStopInfo (Storage_ storage)
void ComponentStopInfo ()
Defined at line 745 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/natural_types.h
void ComponentStopInfo (ComponentStopInfo && )
Defined at line 746 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/natural_types.h
bool IsEmpty ()
ComponentStopInfo & operator= (ComponentStopInfo && )
Defined at line 747 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/natural_types.h
const std::optional<int32_t> & termination_status ()
The component's termination status, as documented on [ComponentRunner] above.
The caller should set this field. If it is absent, the framework will assume
a value of ZX_OK.
::std::optional<int32_t> & termination_status ()
The component's termination status, as documented on [ComponentRunner] above.
The caller should set this field. If it is absent, the framework will assume
a value of ZX_OK.
ComponentStopInfo & termination_status (std::optional<int32_t> value)
The component's termination status, as documented on [ComponentRunner] above.
The caller should set this field. If it is absent, the framework will assume
a value of ZX_OK.
const std::optional<int64_t> & exit_code ()
(Optional) The exit code of the component instance.
Runner implementors may map their runtime specific exit code concept
(such as libc exit status) to this field. Or they may choose to
leave this blank.
::std::optional<int64_t> & exit_code ()
(Optional) The exit code of the component instance.
Runner implementors may map their runtime specific exit code concept
(such as libc exit status) to this field. Or they may choose to
leave this blank.
ComponentStopInfo & exit_code (std::optional<int64_t> value)
(Optional) The exit code of the component instance.
Runner implementors may map their runtime specific exit code concept
(such as libc exit status) to this field. Or they may choose to
leave this blank.
void ComponentStopInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits