#include "set.h"
|
| const char * | name |
| | User-visible name.
|
| |
| uint32_t | type |
| | Variable type, e.g. DT_STRING.
|
| |
| intptr_t | initial |
| | Initial value.
|
| |
| intptr_t | data |
| | Extra variable data.
|
| |
| int(* | validator )(const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| |
| const char * | docs |
| | One-liner description.
|
| |
| intptr_t | var |
| | Storage for the variable.
|
| |
Definition at line 61 of file set.h.
◆ name
| const char* ConfigDef::name |
User-visible name.
Definition at line 63 of file set.h.
◆ type
◆ initial
| intptr_t ConfigDef::initial |
Initial value.
Definition at line 65 of file set.h.
◆ data
Extra variable data.
Definition at line 66 of file set.h.
◆ validator
| int(* ConfigDef::validator) (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
Definition at line 79 of file set.h.
◆ docs
| const char* ConfigDef::docs |
One-liner description.
Definition at line 81 of file set.h.
◆ var
Storage for the variable.
Definition at line 82 of file set.h.
The documentation for this struct was generated from the following file: