adapnex::core::OutputArrayMapping

OutputArrayMapping provides an interface for output drivers to receive an array of values from an application. Individual elements can be selected using the index operator and then accessed via the value() method or by mapping a variable that holds the element's value.

Synopsis

Declared in <adapnex/core/mapping.h>

template<
    typename T,
    size_t N>
class OutputArrayMapping
    : public boost::noncopyable

Base Classes

Name Description

boost::noncopyable

Member Functions

Name

Description

data

Returns a reference to the array consumed by the output driver. The reference can be used to write to the array.

operator[]

Returns a representation of the element at the given index of the array for individual mappings.

Protected Types

Protected Member Functions

Name

Update

Protected Data Members

Friends

Name Description

adapnex::core::Mapping_OutputArrayMapping_Test

Created with MrDocs