/* C */ void sidl_int__array_addRef(struct sidl_int__array* array); // C++ void sidl::array<int32_t>::addRef() throw ( NullIORException ); C FORTRAN 77 subroutine sidl_int__array_addRef_f(array) integer*8 array ! FORTRAN 90 subroutine addRef(array) type(sidl_int_1d), intent(in) :: array ! type depends on array dimension
This increments the reference count by one. In C++, this method should be avoided because the C++ wrapper class manages the reference count for you.