class ImportToken
Defined at line 5493 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 an attachment point for a subgraph in the
global scene graph. Each `ImportToken` has exactly one corresponding
`ExportToken`.
A Scenic client can reference contents from another client by creating a
typed resource using this token. The other client must also create a
correspondingly typed resource using the corresponding `ExportToken`.
The exact nature of the inter-client reference depends on the specific
resources created from the tokens. For example, creating a `ViewHolder`
resource from this token allows a client to embed another client's `View`.
Public Methods
void ImportToken (Storage_ storage)
void ImportToken (::zx::eventpair value)
void ImportToken ()
Default constructs a |ImportToken| only if all of its members are default constructible.
Defined at line 5503 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void ImportToken (ImportToken && )
Defined at line 5506 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
ImportToken & operator= (ImportToken && )
Defined at line 5507 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 ()
ImportToken & value (::zx::eventpair value)
Setter for value.
void ImportToken (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits