LAL  7.5.0.1-b72065a
LALParsedDataFile Struct Reference

Detailed Description

This structure is returned by XLALParseDataFile() and holds the contents of an ASCII data-file in a pre-parsed form, namely stripped from all comments ('#', '%'), spurious whitespaces, and separated into lines (taking into account line-continuation by '\' at the end of lines).

This is used as the input structure in the config-variable reading routines.

Definition at line 107 of file ConfigFile.h.

Data Fields

TokenListlines
 list of pre-parsed data-file lines More...
 
BOOLEANwasRead
 keep track of successfully read lines More...
 

Field Documentation

◆ lines

TokenList* LALParsedDataFile::lines

list of pre-parsed data-file lines

Definition at line 108 of file ConfigFile.h.

◆ wasRead

BOOLEAN* LALParsedDataFile::wasRead

keep track of successfully read lines

Definition at line 109 of file ConfigFile.h.