class ParentRef

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

A reference to a component's parent instance.

Public Methods

void ParentRef (Storage_ storage)
void ParentRef (uint8_t __reserved)
void ParentRef ()

Default constructs a |ParentRef| only if all of its members are default constructible.

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

void ParentRef (ParentRef && )

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

void ParentRef (const ParentRef & other)
ParentRef & operator= (ParentRef && )

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

ParentRef & operator= (const ParentRef & other)
bool operator== (const ParentRef & other)
bool operator!= (const ParentRef & other)
uint8_t __reserved ()
uint8_t & __reserved ()
ParentRef & __reserved (uint8_t value)

Setter for __reserved.

void ParentRef (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits