hl7parse
Public Attributes | List of all members
last_pos_t Struct Reference

parser positions This structure holds the last known position of element boundaries More...

#include <ini.h>

Public Attributes

size_t section_start
 
size_t section_end
 
size_t item_start
 
size_t item_end
 
size_t item_equal
 
size_t item_comment
 

Detailed Description

parser positions This structure holds the last known position of element boundaries

Member Data Documentation

◆ item_comment

size_t last_pos_t::item_comment

start pos of last comment

◆ item_end

size_t last_pos_t::item_end

last item end position

◆ item_equal

size_t last_pos_t::item_equal

position of last equal sign (k/v delimiter)

◆ item_start

size_t last_pos_t::item_start

last item start position

◆ section_end

size_t last_pos_t::section_end

last section end position

◆ section_start

size_t last_pos_t::section_start

last section start position


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