class DebugLogStackTraceResult

Defined at line 140 of file fidling/gen/sdk/fidl/fuchsia.driver.token/fuchsia.driver.token/cpp/fidl/fuchsia.driver.token/cpp/natural_types.h

Public Methods

void DebugLogStackTraceResult (DebugLogStackTraceResult && other)
DebugLogStackTraceResult & operator= (DebugLogStackTraceResult && other)
void DebugLogStackTraceResult (const DebugLogStackTraceResult & other)
DebugLogStackTraceResult & operator= (const DebugLogStackTraceResult & other)
bool operator== (const DebugLogStackTraceResult & other)
bool operator!= (const DebugLogStackTraceResult & other)
::fuchsia_driver_token::DebugLogStackTraceResult::Tag Which ()
DebugLogStackTraceResult WithResponse (::fuchsia_driver_token::DebugLogStackTraceResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DebugLogStackTraceResult & response (::fuchsia_driver_token::DebugLogStackTraceResponse value)

Sets the union to hold the response member.

DebugLogStackTraceResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DebugLogStackTraceResult & err (int32_t value)

Sets the union to hold the err member.

DebugLogStackTraceResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
DebugLogStackTraceResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void DebugLogStackTraceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 148 of file fidling/gen/sdk/fidl/fuchsia.driver.token/fuchsia.driver.token/cpp/fidl/fuchsia.driver.token/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits