An inherited config item. More...
#include "inheritance.h"
Data Fields | |
struct HashElem * | parent |
HashElem of parent config item. | |
const char * | name |
Name of this config item. | |
intptr_t | var |
(Pointer to) value, of config item | |
An inherited config item.
Definition at line 31 of file inheritance.h.
struct HashElem* Inheritance::parent |
HashElem of parent config item.
Definition at line 33 of file inheritance.h.
const char* Inheritance::name |
Name of this config item.
Definition at line 34 of file inheritance.h.
intptr_t Inheritance::var |
(Pointer to) value, of config item
Definition at line 35 of file inheritance.h.