adapnex::core::InputArrayMapping
InputArrayMapping provides an interface for input drivers to pass an array of values to an application. Individual elements can be selected using the index operator and then accessed via the value() method or by mapping a variable that will hold the element's value.
Synopsis
Declared in <adapnex/core/mapping.h>
template<
typename T,
size_t N>
class InputArrayMapping
: public boost::noncopyable
Member Functions
Name |
Description |
Returns a reference to the array produced by the input driver. |
|
Returns a representation of the element at the given index of the array for individual mappings. |
Friends
| Name | Description |
|---|---|
|
Created with MrDocs