hl7parse
Public Attributes | List of all members
ini_item_t Struct Reference

key value pair of an ini file, delimited by = This structure defines a key/value pair of an ini file More...

#include <ini.h>

Public Attributes

int start
 
int end
 
char * name
 
char * value
 

Detailed Description

key value pair of an ini file, delimited by = This structure defines a key/value pair of an ini file

Member Data Documentation

◆ end

int ini_item_t::end

end position in file

◆ name

char* ini_item_t::name

key

◆ start

int ini_item_t::start

start position in file

◆ value

char* ini_item_t::value

value


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