class ViewHolderToken
Defined at line 957 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/natural_types.h
Token that uniquely identifies an attachment point for a `View` in the
global scene graph. Each `ViewHolderToken` has exactly one corresponding
`ViewToken`.
A Scenic client can reference contents from another client by creating a
`ViewHolder` resource using this token. The other client must also create
a `View` resource using the corresponding `ViewToken`.
Public Methods
void ViewHolderToken (Storage_ storage)
void ViewHolderToken (::zx::eventpair value)
void ViewHolderToken ()
Default constructs a |ViewHolderToken| only if all of its members are default constructible.
Defined at line 968 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/natural_types.h
void ViewHolderToken (ViewHolderToken && )
Defined at line 971 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/natural_types.h
ViewHolderToken & operator= (ViewHolderToken && )
Defined at line 972 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/natural_types.h
const ::zx::eventpair & value ()
::zx::eventpair & value ()
ViewHolderToken & value (::zx::eventpair value)
Setter for value.
void ViewHolderToken (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits