![]() |
GenApi 3.5.1
|
Concrete value array implementation to be used with IInteger based target value nodes. More...
#include <ValueArrayAdapter.h>
Additional Inherited Members | |
Public Member Functions inherited from CValueArrayAdapter< TValueNodeType, TOutputValueType, TEffectiveValueType > | |
| CValueArrayAdapter (TValueNodeType *base_value, IInteger *selector) | |
| Creates a CValueArrayAdapter object. | |
| bool | IsValid () const |
| Check if the instance is valid and useable. | |
| std::vector< TOutputValueType > | GetAllValues () |
| Get all values of the array. | |
| void | GetAllValues (std::vector< TOutputValueType > &values) |
| Get all values of the array. | |
Static Public Member Functions inherited from CValueArrayAdapter< TValueNodeType, TOutputValueType, TEffectiveValueType > | |
| static bool | CheckAdvertisedCompatibility (TValueNodeType *base_value, IInteger *selector) |
| Check value/selector feature pair suitability for use with the adapter. | |
The value is presented as int64_t, same as by IInteger itself.