class ViewToken

Defined at line 1007 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 a `View`, which is the root point for a

subgraph in the global scene graph. Each `ViewToken` has exactly one

corresponding `ViewHolderToken`.

A Scenic client can have its contents referenced from another client by

creating a `View` resource using this token. The other client must also

create a `ViewHolder` resource using the corresponding `ViewHolderToken`.

Public Methods

void ViewToken (Storage_ storage)
void ViewToken (::zx::eventpair value)
void ViewToken ()

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

Defined at line 1018 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/natural_types.h

void ViewToken (ViewToken && )

Defined at line 1021 of file fidling/gen/sdk/fidl/fuchsia.ui.views/fuchsia.ui.views/cpp/fidl/fuchsia.ui.views/cpp/natural_types.h

ViewToken & operator= (ViewToken && )

Defined at line 1022 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 ()
ViewToken & value (::zx::eventpair value)

Setter for value.

void ViewToken (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits