NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Inheritance Struct Reference

An inherited config item. More...

#include "inheritance.h"

+ Collaboration diagram for Inheritance:

Data Fields

struct HashElemparent
 HashElem of parent config item.
 
const char * name
 Name of this config item.
 
intptr_t var
 (Pointer to) value, of config item
 

Detailed Description

An inherited config item.

Definition at line 31 of file inheritance.h.

Field Documentation

◆ parent

struct HashElem* Inheritance::parent

HashElem of parent config item.

Definition at line 33 of file inheritance.h.

◆ name

const char* Inheritance::name

Name of this config item.

Definition at line 34 of file inheritance.h.

◆ var

intptr_t Inheritance::var

(Pointer to) value, of config item

Definition at line 35 of file inheritance.h.


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