Kanzi  3.9.6
Kanzi Engine API
kanzi::NativeDeploymentTarget Class Reference

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...
 

Detailed Description

Reference to a backend implementation specific memory storage type for deployment.

Constructor & Destructor Documentation

◆ NativeDeploymentTarget() [1/2]

kanzi::NativeDeploymentTarget::NativeDeploymentTarget ( FixedString  name)
explicit

Creates handle to a new native deployment target.

Parameters
nameThe name of the native deployment target.

◆ NativeDeploymentTarget() [2/2]

kanzi::NativeDeploymentTarget::NativeDeploymentTarget ( )
explicit

Creates handle to the default native deployment target.

See also
kanzi::NativeDeploymentTargetDefault

Member Function Documentation

◆ operator==()

bool kanzi::NativeDeploymentTarget::operator== ( const NativeDeploymentTarget rhs) const

Comparison operator.

Parameters
rhsRight-hand side operand.
Returns
True if references the same deployment target, false if different.

◆ findByName()

static NativeDeploymentTarget kanzi::NativeDeploymentTarget::findByName ( string_view  name)
static

Find handle to an existing native deployment target by name.

Parameters
nameThe name of the native deployment target.
Returns
Native deployment target handle matching the name, handle to kanzi::NativeDeploymentTargetDefault if not found.

The documentation for this class was generated from the following file: