class ResolvedInfo
Defined at line 3135 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Information about the resolved 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 & resolved_url ()
The resolved URL of this instance.
Defined at line 3142 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool has_resolved_url ()
Defined at line 3146 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::std::string * mutable_resolved_url ()
The resolved URL of this instance.
Defined at line 3151 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void clear_resolved_url ()
Defined at line 3159 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::ExecutionInfo & execution_info ()
Information about the execution state of a component instance.
If the component is not running, this field is not set.
Defined at line 3169 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool has_execution_info ()
Defined at line 3173 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::ExecutionInfo * mutable_execution_info ()
Information about the execution state of a component instance.
If the component is not running, this field is not set.
Defined at line 3179 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void clear_execution_info ()
Defined at line 3187 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
ResolvedInfo & set_resolved_url (::std::string _value)
ResolvedInfo & set_execution_info (::fuchsia::sys2::ExecutionInfo _value)
void ResolvedInfo ()
void ResolvedInfo (ResolvedInfo && other)
void ~ResolvedInfo ()
ResolvedInfo & operator= (ResolvedInfo && other)
::std::unique_ptr<ResolvedInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ResolvedInfo * _value, size_t _offset)
zx_status_t Clone (ResolvedInfo * _result)