class CrashReporter_FileReport_Result
Defined at line 2219 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 ()
::fuchsia::feedback::CrashReporter_FileReport_Response & response ()
Defined at line 2252 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 2257 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_err ()
Defined at line 2263 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::FilingError & err ()
Defined at line 2265 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::fuchsia::feedback::FilingError & err ()
Defined at line 2270 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 2276 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 2284 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 2289 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 2292 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 2295 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 2303 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void ~CrashReporter_FileReport_Result ()
void CrashReporter_FileReport_Result (CrashReporter_FileReport_Result && )
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 2246 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_response ()
Defined at line 2250 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
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 2232 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Friends
class Equality