Go to the documentation of this file.
33 #ifndef GENAPI_AUTOVECTOR_H
34 #define GENAPI_AUTOVECTOR_H
41 typedef long ATOMIC_VARIABLE;
42 #elif (defined(__GNUC__) && (defined (__linux__)) || defined (__APPLE__)) || defined(VXWORKS)
43 typedef uint32_t ATOMIC_VARIABLE;
45 # error Unsupported platform
64 int64_t& operator[](
size_t uiIndex );
65 const int64_t& operator[](
size_t uiIndex )
const;
66 size_t size(
void )
const;
68 std::vector<int64_t>*
_pv;
86 double& operator[](
size_t uiIndex );
87 const double& operator[](
size_t uiIndex )
const;
88 size_t size(
void )
const;
90 std::vector<double>*
_pv;
95 #endif // GENAPI_AUTOVECTOR_H
Lexical analyzer for CIntSwissKnife.
ATOMIC_VARIABLE * _pCount
Vector of doubles with reference counting.
ATOMIC_VARIABLE * _pCount
std::vector< double > * _pv
Platform-dependent type definitions.
Vector of integers with reference counting.
virtual IBoolean & operator=(bool Value)
Set node value.
declspec's to be used for GenApi Windows dll
std::vector< int64_t > * _pv
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:11