LAL 7.6.1.1-a06bc80

Detailed Description

Vector of type CHAR, see DATATYPE-Vector types for more details.

Definition at line 73 of file LALDatatypes.h.

Data Fields

UINT4 length
 Number of elements in array. More...
 
CHARdata
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 CHARVector::length

Number of elements in array.

Definition at line 77 of file LALDatatypes.h.

◆ data

CHAR* CHARVector::data

Pointer to the data array.

Definition at line 78 of file LALDatatypes.h.