class FramePostMessageResult

Defined at line 2880 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

FramePostMessageResult WithErr (::fuchsia_web::FrameError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
FramePostMessageResult & err (::fuchsia_web::FrameError value)

Sets the union to hold the err member.

void FramePostMessageResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2890 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits