class CrashReporter_FileReport_Result
Defined at line 1950 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void CrashReporter_FileReport_Result ()
void CrashReporter_FileReport_Result (CrashReporter_FileReport_Result && )
bool is_response ()
Defined at line 1981 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
CrashReporter_FileReport_Result & operator= (CrashReporter_FileReport_Result && )
CrashReporter_FileReport_Result WithResponse (::fuchsia::feedback::CrashReporter_FileReport_Response && )
CrashReporter_FileReport_Result WithErr (::fuchsia::feedback::FilingError && )
::std::unique_ptr<CrashReporter_FileReport_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,CrashReporter_FileReport_Result *value,size_toffset)
zx_status_t Clone (CrashReporter_FileReport_Result * result)
bool has_invalid_tag ()
Defined at line 1977 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::CrashReporter_FileReport_Response & response ()
Defined at line 1983 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::fuchsia::feedback::CrashReporter_FileReport_Response & response ()
Defined at line 1988 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_err ()
Defined at line 1994 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::FilingError & err ()
Defined at line 1996 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::fuchsia::feedback::FilingError & err ()
Defined at line 2001 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::CrashReporter_FileReport_Result::Tag Which ()
Defined at line 2007 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 2015 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void CrashReporter_FileReport_Result (fpromise::ok_result< ::fuchsia::feedback::FileReportResults> && result)
Defined at line 2020 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void CrashReporter_FileReport_Result (fpromise::error_result< ::fuchsia::feedback::FilingError> && result)
Defined at line 2023 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void CrashReporter_FileReport_Result (fpromise::result< ::fuchsia::feedback::FileReportResults, ::fuchsia::feedback::FilingError> && result)
Defined at line 2026 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
fpromise::result< ::fuchsia::feedback::FileReportResults, ::fuchsia::feedback::FilingError> operator result ()
Defined at line 2034 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void ~CrashReporter_FileReport_Result ()
CrashReporter_FileReport_Result & set_response (::fuchsia::feedback::CrashReporter_FileReport_Response value)
CrashReporter_FileReport_Result & set_err (::fuchsia::feedback::FilingError value)
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 1963 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Friends
class Equality