Public Attributes | List of all members
conf Struct Reference

Configuration array entry. More...

Collaboration diagram for conf:
Collaboration graph

Public Attributes

const char * label
 
enum conf_entry_type type
 
union conf_entry_val val
 
int found
 

Detailed Description

Configuration array entry.

Definition at line 107 of file conf.h.

Member Data Documentation

◆ found

int conf::found

Flag indicating entry in config file

Definition at line 112 of file conf.h.

◆ label

const char* conf::label

Name before the colon

Definition at line 109 of file conf.h.

◆ type

enum conf_entry_type conf::type

Type of entry

Definition at line 110 of file conf.h.

Referenced by conf_string_replace().

◆ val

union conf_entry_val conf::val

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

Generated at 2024-04-27 using  doxygen