Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-00ddc7f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

Sequence of CHAR Vectors, see DATATYPE-VectorSequence types for more details.

Definition at line 261 of file LALDatatypes.h.

Data Fields

UINT4 length
 The number l of vectors. More...
 
UINT4 vectorLength
 The length n of each vector. More...
 
CHARdata
 Pointer to the data array. More...
 

Field Documentation

◆ length

UINT4 CHARVectorSequence::length

The number l of vectors.

Definition at line 265 of file LALDatatypes.h.

◆ vectorLength

UINT4 CHARVectorSequence::vectorLength

The length n of each vector.

Definition at line 266 of file LALDatatypes.h.

◆ data

CHAR* CHARVectorSequence::data

Pointer to the data array.

Element i of vector j is data[ jn + i ].

Definition at line 267 of file LALDatatypes.h.