class AuthorityLookupResult

Defined at line 1348 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

AuthorityLookupResult WithErr (::fuchsia_pkg::AuthorityLookupError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AuthorityLookupResult & err (::fuchsia_pkg::AuthorityLookupError value)

Sets the union to hold the err member.

void AuthorityLookupResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

Defined at line 1358 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits