class CrashReporterFileReportResult
Defined at line 1174 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Public Methods
void CrashReporterFileReportResult (CrashReporterFileReportResult && other)
CrashReporterFileReportResult & operator= (CrashReporterFileReportResult && other)
void CrashReporterFileReportResult (const CrashReporterFileReportResult & other)
CrashReporterFileReportResult & operator= (const CrashReporterFileReportResult & other)
bool operator== (const CrashReporterFileReportResult & other)
bool operator!= (const CrashReporterFileReportResult & other)
::fuchsia_feedback::CrashReporterFileReportResult::Tag Which ()
CrashReporterFileReportResult WithResponse (::fuchsia_feedback::CrashReporterFileReportResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CrashReporterFileReportResult & response (::fuchsia_feedback::CrashReporterFileReportResponse value)
Sets the union to hold the response member.
CrashReporterFileReportResult WithErr (::fuchsia_feedback::FilingError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CrashReporterFileReportResult & err (::fuchsia_feedback::FilingError value)
Sets the union to hold the err member.
void CrashReporterFileReportResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1182 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits