i3
IncludedFile Struct Reference

List entry struct for an included file. More...

#include <configuration.h>

Public Member Functions

 TAILQ_ENTRY (IncludedFile) files
 

Data Fields

char * path
 
char * raw_contents
 
char * variable_replaced_contents
 

Detailed Description

List entry struct for an included file.

Definition at line 79 of file configuration.h.

Member Function Documentation

◆ TAILQ_ENTRY()

IncludedFile::TAILQ_ENTRY ( IncludedFile )

Field Documentation

◆ path

char* IncludedFile::path

◆ raw_contents

char* IncludedFile::raw_contents

Definition at line 81 of file configuration.h.

Referenced by CFGFUN(), IPC_HANDLER(), load_configuration(), and parse_file().

◆ variable_replaced_contents

char* IncludedFile::variable_replaced_contents

Definition at line 82 of file configuration.h.

Referenced by CFGFUN(), IPC_HANDLER(), load_configuration(), and parse_file().


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