class CrashReporter_FileReport_Result
Defined at line 1932 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 1963 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_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CrashReporter_FileReport_Result * value, size_t offset)
zx_status_t Clone (CrashReporter_FileReport_Result * result)
bool has_invalid_tag ()
Defined at line 1959 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 1965 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 1970 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool is_err ()
Defined at line 1976 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::fuchsia::feedback::FilingError & err ()
Defined at line 1978 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
const ::fuchsia::feedback::FilingError & err ()
Defined at line 1983 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 1989 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 1997 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 2002 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 2005 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 2008 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 2016 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
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1945 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Friends
class Equality