class NamespaceDfv2

Defined at line 19 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.h

Public Methods

zx::result<std::unique_ptr<Namespace>> Create (fdf::Namespace * fdf_namespace)

Factory method used for production.

`fdf_namespace` must be non-null and must outlive `NamespaceDfv2`.

Defined at line 20 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.cc

void ~NamespaceDfv2 ()

Defined at line 31 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.h

void NamespaceDfv2 (const NamespaceDfv2 & )

Defined at line 33 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.h

void NamespaceDfv2 (fdf::Namespace * fdf_namespace)

Production code should prefer the `Create()` factory method.

`fdf_namespace` must be non-null and must outlive `NamespaceDfv2`.

Defined at line 33 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.cc

void NamespaceDfv2 (NamespaceDfv2 && )

Defined at line 34 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.h

NamespaceDfv2 & operator= (const NamespaceDfv2 & )

Defined at line 35 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.h

NamespaceDfv2 & operator= (NamespaceDfv2 && )

Defined at line 36 of file ../../src/graphics/display/lib/driver-framework-migration-utils/namespace/namespace-dfv2.h