Dev Essential  1.6.3
Loading...
Searching...
No Matches
ddl::mapping::Mapper::ParameterValueDescription Struct Reference

Assignement Paramter Value Description. More...

#include <mapper.h>

Public Types

enum  Type { source_value , const_value , internal_value }
 Possible type for type. More...
 

Public Attributes

std::string name
 the name of the parameter value (should be a valid parameter name of the function to call)
 
Type type
 the type (ParameterValueDescription::Type)
 
std::string value_owner
 the source or target to retrieve the value from
 
std::string value
 the value name from value_owner or the constant value in case of type == Type::const_value or the internal value name in case of type == Type::internal_value
 

Static Public Attributes

static constexpr auto internal_value_update_counter = "update_counter"
 possible value for internal_value to retrieve the update counter for a target or a source
 

Detailed Description

Assignement Paramter Value Description.

Member Enumeration Documentation

◆ Type

Possible type for type.

Enumerator
source_value 

parameter is a source value

const_value 

parameter is a constant value

internal_value 

parameter is a internal value (i.e. "update_counter")


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