hl7parse
Public Attributes | List of all members
ini_section_t Struct Reference

a section, that contains N ini_item_t this structure holds a section with N items More...

#include <ini.h>

Collaboration diagram for ini_section_t:
Collaboration graph
[legend]

Public Attributes

char * name
 
int length
 
int size
 
ini_item_t ** items
 

Detailed Description

a section, that contains N ini_item_t this structure holds a section with N items

Member Data Documentation

◆ items

ini_item_t** ini_section_t::items

array holding the items (k/v pairs)

◆ length

int ini_section_t::length

number of ini_items_t in this section

◆ name

char* ini_section_t::name

name of the section, this is that part in brackets [ and ]

◆ size

int ini_section_t::size

max allocated items


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