|
hl7parse
|
a section, that contains N ini_item_t this structure holds a section with N items More...
#include <ini.h>

Public Attributes | |
| char * | name |
| int | length |
| int | size |
| ini_item_t ** | items |
a section, that contains N ini_item_t this structure holds a section with N items
| ini_item_t** ini_section_t::items |
array holding the items (k/v pairs)
| int ini_section_t::length |
number of ini_items_t in this section
| char* ini_section_t::name |
name of the section, this is that part in brackets [ and ]
| int ini_section_t::size |
max allocated items
1.8.13