class DebugRegistration

Defined at line 3362 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h

Declares a capability registered in the debug section of an environment.

Public Methods

void DebugRegistration (DebugRegistration && other)
DebugRegistration & operator= (DebugRegistration && other)
void DebugRegistration (const DebugRegistration & other)
DebugRegistration & operator= (const DebugRegistration & other)
bool operator== (const DebugRegistration & other)
bool operator!= (const DebugRegistration & other)
bool IsUnknown ()
::fuchsia_component_decl::DebugRegistration::Tag Which ()
DebugRegistration WithProtocol (::fuchsia_component_decl::DebugProtocolRegistration val)
const ::fidl::internal::UnionMemberView<1, Storage_> protocol ()
::fidl::internal::UnionMemberView<1, Storage_> protocol ()
DebugRegistration & protocol (::fuchsia_component_decl::DebugProtocolRegistration value)

Sets the union to hold the protocol member.

void DebugRegistration (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kProtocol 1
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

Defined at line 3371 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits