NAME

cxVecDelStr - delete a vector of elements of scalar or string type

C SPECIFICATION

#include <cx/DataAccess.h>

void cxVecDelStr( void *src, long n, cxPrimType type )

FORTRAN SPECIFICATION

subroutine cxVecDelStr(src, n, type)
integer src, n, type

PARAMETERS

src
Pointer to a vector of elements.
src
The number of elements in the vector.
src
The type of each element in the vector.

DESCRIPTION

cxVecDelStr frees the vector of elements pointed to by src, which was returned by a previous call to cxVecNew or cxVecDup. If the elements are of type cx_prim_string, cxVecDelStr also frees each character string as well.

SEE ALSO

cxVecNew(3E), cxVecDup(3E), cxVecDel(3E)
Last modified: Mon Nov 18 13:54:01 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996