class ResolvedInfo
Defined at line 3159 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.
void ResolvedInfo ()
void ResolvedInfo (ResolvedInfo && other)
const ::std::string & resolved_url ()
The resolved URL of this instance.
Defined at line 3166 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool has_resolved_url ()
Defined at line 3170 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 3175 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void clear_resolved_url ()
Defined at line 3183 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 3193 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool has_execution_info ()
Defined at line 3197 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 3203 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void clear_execution_info ()
Defined at line 3211 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 ()
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)