LALMetaIO  4.0.4.1-b72065a
LIGOLwXMLStream Struct Reference

Detailed Description

This structure contains the file stream and current table type for writing to LIGO lightweight XML files.

It should not be manipulated directly, but passed to the LIGOLwXML functions for their use.

fp
The file stream pointer of the XML file.
first
Is this the first entry in the table.
rowCount
Counter for the number of rows in the current table.
table
The database table currently open.

Definition at line 69 of file LIGOLwXML.h.

Data Fields

LALFILE * fp
 

Field Documentation

◆ fp

LALFILE* LIGOLwXMLStream::fp

Definition at line 72 of file LIGOLwXML.h.