class ResolvedInfo
Defined at line 1690 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
Information about the resolved state of a component instance.
Public Methods
void ResolvedInfo (Storage_ storage)
void ResolvedInfo ()
Defined at line 1695 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
void ResolvedInfo (ResolvedInfo && )
Defined at line 1696 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
void ResolvedInfo (const ResolvedInfo & other)
ResolvedInfo & operator= (ResolvedInfo && )
Defined at line 1697 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h
ResolvedInfo & operator= (const ResolvedInfo & other)
bool operator== (const ResolvedInfo & other)
bool operator!= (const ResolvedInfo & other)
bool IsEmpty ()
const std::optional< ::std::string> & resolved_url ()
The resolved URL of this instance.
::std::optional< ::std::string> & resolved_url ()
The resolved URL of this instance.
ResolvedInfo & resolved_url (std::optional< ::std::string> value)
The resolved URL of this instance.
const std::optional< ::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.
::std::optional< ::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.
ResolvedInfo & execution_info (std::optional< ::fuchsia_sys2::ExecutionInfo> value)
Information about the execution state of a component instance.
If the component is not running, this field is not set.
void ResolvedInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits