class CrashReporter_FileReport_Result
Defined at line 2235 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 2268 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 2273 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_err ()
Defined at line 2279 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::FilingError & err ()
Defined at line 2281 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::fuchsia::feedback::FilingError & err ()
Defined at line 2286 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 2292 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 2300 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 2305 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 2308 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 2311 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 2319 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 2262 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_response ()
Defined at line 2266 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 2248 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Friends
class Equality