class DebugInfo

Defined at line 582 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

Debug information about the component.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::std::string> & manifest_sources ()

The list of CML files that were compiled to produce this manifest.

Defined at line 589 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

bool has_manifest_sources ()

Defined at line 593 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

::std::vector< ::std::string> * mutable_manifest_sources ()

The list of CML files that were compiled to produce this manifest.

Defined at line 598 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

void clear_manifest_sources ()

Defined at line 606 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

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