xfsection Struct Reference

#include <xfile.h>

List of all members.

Public Attributes

long beg_seccol
 column number of section begining (immediately after keyword of section beginning)
long beg_secln
 line number of section beginning
long beg_secpos
 position of section beginning in xfile (section begins at the first character after the keyword for the section begining)
long end_seccol
 column number of section end (the last position before keyword of section end)
long end_secln
 line number of section end
long end_secpos
 position of section end in xfile (section ends at the last character befor the keyword for the section end)
enumstr name
 section name and enum alias

Detailed Description

Structure contains data about XFILE sections. It is used in case that kwdmode=sect_mode

Created by Tomas Koudelka, koudelka@cml.fsv.cvut.cz, 12.2006

Definition at line 90 of file xfile.h.


Member Data Documentation

long beg_seccol

column number of section begining (immediately after keyword of section beginning)

Definition at line 96 of file xfile.h.

Referenced by xf_resetsec(), and xfdetect_sect().

long beg_secln

line number of section beginning

Definition at line 94 of file xfile.h.

Referenced by xf_resetsec(), and xfdetect_sect().

long beg_secpos

position of section beginning in xfile (section begins at the first character after the keyword for the section begining)

Definition at line 92 of file xfile.h.

Referenced by xf_resetsec(), xfdetect_sect(), and xfscanf().

long end_seccol

column number of section end (the last position before keyword of section end)

Definition at line 97 of file xfile.h.

Referenced by cut_str_sec(), and xfdetect_sect().

long end_secln

line number of section end

Definition at line 95 of file xfile.h.

Referenced by check_feof_eos(), checkeos(), cut_str_sec(), getkwd_sect(), skip_space(), xfdetect_sect(), and xfscanf().

long end_secpos

position of section end in xfile (section ends at the last character befor the keyword for the section end)

Definition at line 93 of file xfile.h.

Referenced by check_feof_eos(), checkeos(), skip_space(), xf_copysec(), and xfdetect_sect().

section name and enum alias

Definition at line 98 of file xfile.h.

Referenced by checkeos(), xf_setsec(), and xfdetect_sect().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2