#include "set.h"
|
int | type |
| Data type, e.g. DT_STRING.
|
|
const char * | name |
| Name of the type, e.g. "String".
|
|
int(* | string_set )(const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
|
int(* | string_get )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
|
int(* | native_set )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
|
intptr_t(* | native_get )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
|
int(* | string_plus_equals )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
|
int(* | string_minus_equals )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
|
int(* | reset )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
|
void(* | destroy )(const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
|
Definition at line 95 of file set.h.
◆ type
◆ name
const char* ConfigSetType::name |
Name of the type, e.g. "String".
Definition at line 98 of file set.h.
◆ string_set
int(* ConfigSetType::string_set) (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
◆ string_get
int(* ConfigSetType::string_get) (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
◆ native_set
int(* ConfigSetType::native_set) (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
◆ native_get
intptr_t(* ConfigSetType::native_get) (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
◆ string_plus_equals
int(* ConfigSetType::string_plus_equals) (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
◆ string_minus_equals
int(* ConfigSetType::string_minus_equals) (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
◆ reset
◆ destroy
void(* ConfigSetType::destroy) (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
The documentation for this struct was generated from the following file: