|
static intptr_t | address_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an Address object from an Address config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | bool_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a bool from a Bool config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | enum_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an int object from an Enumeration config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | long_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a long from a Long config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | mbtable_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an MbTable object from a MbTable config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | myvar_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a string from a MyVar config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | number_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an int from a Number config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | path_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a string from a Path config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | quad_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an int object from a Quad-option config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | regex_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a Regex object from a Regex config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | slist_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a Slist from a Slist config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | sort_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an int from a Sort config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | string_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get a string from a String config item - Implements ConfigSetType::native_get() -.
|
|
static int | expando_native_set (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set an Expando object from an Expando config item - Implements ConfigSetType::native_get() -.
|
|
static intptr_t | expando_native_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *err) |
| Get an Expando object from an Expando config item - Implements ConfigSetType::native_get() -.
|
|
Get a string from a config item.