Reference to a backend implementation specific memory storage type for deployment. More...
#include <kanzi/core.ui/graphics2d/native_deployment_target.hpp>
Public Member Functions | |
| NativeDeploymentTarget (FixedString name) | |
| Creates handle to a new native deployment target. More... | |
| NativeDeploymentTarget () | |
| Creates handle to the default native deployment target. More... | |
| bool | operator== (const NativeDeploymentTarget &rhs) const |
| Comparison operator. More... | |
Static Public Member Functions | |
| static NativeDeploymentTarget | findByName (string_view name) |
| Find handle to an existing native deployment target by name. More... | |
Reference to a backend implementation specific memory storage type for deployment.
|
explicit |
Creates handle to a new native deployment target.
| name | The name of the native deployment target. |
|
explicit |
Creates handle to the default native deployment target.
| bool kanzi::NativeDeploymentTarget::operator== | ( | const NativeDeploymentTarget & | rhs | ) | const |
Comparison operator.
| rhs | Right-hand side operand. |
|
static |
Find handle to an existing native deployment target by name.
| name | The name of the native deployment target. |