class SessionFlushBuffersResult

Defined at line 1745 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SessionFlushBuffersResult WithErr (::fuchsia_tracing_controller::FlushError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SessionFlushBuffersResult & err (::fuchsia_tracing_controller::FlushError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void SessionFlushBuffersResult (::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 1756 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits