class CrashReportingProduct

Defined at line 130 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Product information to report to the crash server.

Public Methods

void CrashReportingProduct ()

Defined at line 132 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

void CrashReportingProduct (const CrashReportingProduct & other)

Defined at line 133 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

void CrashReportingProduct (CrashReportingProduct && other)

Defined at line 135 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_feedback::wire::CrashReportingProduct> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_feedback::wire::CrashReportingProduct> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::CrashReportingProduct>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::StringView & name ()

The product name on the crash server.

* The first character has to be alphanumeric. The remaining characters must be printable,

but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other

characters will result in a ZX_ERR_INVALID_ARGS epitaph.

* Missing this required field will result in a ZX_ERR_INVALID_ARGS epitaph.

bool has_name ()
::fidl::StringView & version ()

Optional product version of the component.

* The first character has to be alphanumeric. The remaining characters must be printable,

but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other

characters will result in a ZX_ERR_INVALID_ARGS epitaph.

If no version is specified then none is reported to the crash server.

bool has_version ()
::fidl::StringView & channel ()

Optional product release channel for the component, e.g., "canary", "beta", "stable".

If no channel is specified then none is reported to the crash server.

bool has_channel ()
CrashReportingProduct & operator= (const CrashReportingProduct & other)

Defined at line 134 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

CrashReportingProduct & operator= (CrashReportingProduct && other)

Defined at line 136 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

CrashReportingProduct & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
CrashReportingProduct & set_name (std::nullptr_t )
CrashReportingProduct & clear_name ()
CrashReportingProduct & set_version (::fidl::ObjectView< ::fidl::StringView> elem)
CrashReportingProduct & set_version (std::nullptr_t )
CrashReportingProduct & clear_version ()
CrashReportingProduct & set_channel (::fidl::ObjectView< ::fidl::StringView> elem)
CrashReportingProduct & set_channel (std::nullptr_t )
CrashReportingProduct & clear_channel ()
void CrashReportingProduct (::fidl::AnyArena & allocator)
void CrashReportingProduct (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::CrashReportingProduct>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::CrashReportingProduct>> && frame_ptr)
void ~CrashReportingProduct ()

Defined at line 138 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder