GenApi  3.5.1
List of all members
CIntegerValueArray Class Reference

Concrete value array implementation to be used with IInteger based target value nodes. More...

Inherits CValueArrayAdapter< IInteger, int64_t >.

Additional Inherited Members

- Public Member Functions inherited from CValueArrayAdapter< IInteger, int64_t >
 CValueArrayAdapter (IInteger *base_value, IInteger *selector)
 Creates a CValueArrayAdapter object. More...
 
bool IsValid () const
 Check if the instance is valid and useable. More...
 
std::vector< int64_t > GetAllValues ()
 Get all values of the array. More...
 
void GetAllValues (std::vector< int64_t > &values)
 Get all values of the array. More...
 
- Static Public Member Functions inherited from CValueArrayAdapter< IInteger, int64_t >
static bool CheckAdvertisedCompatibility (IInteger *base_value, IInteger *selector)
 Check value/selector feature pair suitability for use with the adapter. More...
 

Detailed Description

The value is presented as int64_t, same as by IInteger itself.