i3
Public Member Functions | Data Fields
Variable Struct Reference

Holds a user-assigned variable for parsing the configuration file. More...

#include <config.h>

Public Member Functions

 SLIST_ENTRY (Variable) variables
 

Data Fields

char * key
 
char * value
 
char * next_match
 

Detailed Description

Holds a user-assigned variable for parsing the configuration file.

The key is replaced by value in every following line of the file.

Definition at line 64 of file config.h.

Member Function Documentation

Variable::SLIST_ENTRY ( Variable  )

Field Documentation

char* Variable::key

Definition at line 65 of file config.h.

Referenced by parse_file().

char* Variable::next_match

Definition at line 67 of file config.h.

Referenced by parse_file().

char* Variable::value

Definition at line 66 of file config.h.

Referenced by parse_file().


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