|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_config.h>
Data Fields | |
| const char * | section |
| const char * | key |
| ptrdiff_t | offset |
| size_t | size |
| DTTR_ConfigValueType | value_type |
Definition at line 134 of file dttr_config.h.
| const char* DTTR_ConfigFieldSpec::key |
Definition at line 136 of file dttr_config.h.
Referenced by config_add_schema_field(), config_apply_json_value(), and config_schema_init().
| ptrdiff_t DTTR_ConfigFieldSpec::offset |
Definition at line 137 of file dttr_config.h.
Referenced by config_add_schema_field(), config_apply_entry(), config_apply_json_value(), config_field_bytes(), and config_format_field_string().
| const char* DTTR_ConfigFieldSpec::section |
Definition at line 135 of file dttr_config.h.
Referenced by config_add_schema_field(), config_apply_json_value(), and config_schema_init().
| size_t DTTR_ConfigFieldSpec::size |
Definition at line 138 of file dttr_config.h.
Referenced by config_apply_entry(), and DTTR_Config_FieldChanged().
| DTTR_ConfigValueType DTTR_ConfigFieldSpec::value_type |
Definition at line 139 of file dttr_config.h.
Referenced by config_add_schema_field(), config_apply_entry(), config_apply_json_value(), config_format_field_string(), and DTTR_Config_FieldChanged().