class CrashReporter_FileReport_Result
Defined at line 2231 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 2264 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 2269 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_err ()
Defined at line 2275 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::FilingError & err ()
Defined at line 2277 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::fuchsia::feedback::FilingError & err ()
Defined at line 2282 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 2288 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 2296 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 2301 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 2304 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 2307 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 2315 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 2258 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_response ()
Defined at line 2262 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 2244 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Friends
class Equality