class ExportToken

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

Token that uniquely identifies a root point for a subgraph in the global

scene graph. Each `ExportToken` has exactly one corresponding `ImportToken`.

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

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

create a correspondingly typed resource using the corresponding

`ImportToken`.

The exact nature of the inter-client reference depends on the specific

resources created from the tokens. For example, creating a `View`

resource from this token allows everything attached to the `View` to be

embedded in another clients `ViewHolder`.

Public Methods

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

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

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

void ExportToken (ExportToken && )

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

ExportToken & operator= (ExportToken && )

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

const ::zx::eventpair & value ()
::zx::eventpair & value ()
ExportToken & value (::zx::eventpair value)

Setter for value.

void ExportToken (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits