LAL  7.5.0.1-8083555

Detailed Description

Vector of type CHAR*, ie 'strings', see DATATYPE-Vector types for more details.


Definition at line 82 of file LALDatatypes.h.

Data Fields

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

Field Documentation

◆ length

UINT4 LALStringVector::length

Number of elements in array.

Definition at line 86 of file LALDatatypes.h.

◆ data

CHAR** LALStringVector::data

Pointer to the data array.

Definition at line 87 of file LALDatatypes.h.