adapnex::core::InputArrayMapping::ValueMapping

Synopsis

Declared in <adapnex/core/mapping.h>

class ValueMapping;

Member Functions

Name

Description

ValueMapping [constructor]

operator>>

Maps a variable that will hold the element's value produced by the input driver.

operator>>

Maps an atomic variable that will hold the element's value produced by the input driver. Using an atomic variable enables safe accesses across task groups. However, consumers in other task groups must consider, that the value may change during their cycle, as updates are not synchronized.

value

Returns a reference to the element's value produced by the input driver.

Created with MrDocs