Function: addRef


/* 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.





babel-0.9.6
users_guide Last Modified 2004-09-08

http://www.llnl.gov/CASC/components
components@llnl.gov