Get a string from a config item. More...
Functions | |
| static intptr_t | address_native_get (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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.
| var | Variable to get |
| cdef | Variable definition |
| err | Buffer for error messages (may be NULL) |
| intptr_t | Config item string |
| INT_MIN | Error |
|
static |
Get an Address object from an Address config item - Implements ConfigSetType::native_get() -.
Definition at line 205 of file config_type.c.
Get a bool from a Bool config item - Implements ConfigSetType::native_get() -.
Definition at line 160 of file bool.c.
Get an int object from an Enumeration config item - Implements ConfigSetType::native_get() -.
Definition at line 163 of file enum.c.
Get a long from a Long config item - Implements ConfigSetType::native_get() -.
Definition at line 143 of file long.c.
|
static |
Get an MbTable object from a MbTable config item - Implements ConfigSetType::native_get() -.
Definition at line 250 of file mbtable.c.
Get a string from a MyVar config item - Implements ConfigSetType::native_get() -.
Definition at line 141 of file myvar.c.
|
static |
Get an int from a Number config item - Implements ConfigSetType::native_get() -.
Definition at line 182 of file number.c.
Get a string from a Path config item - Implements ConfigSetType::native_get() -.
Definition at line 207 of file path.c.
Get an int object from a Quad-option config item - Implements ConfigSetType::native_get() -.
Definition at line 175 of file quad.c.
Get a Regex object from a Regex config item - Implements ConfigSetType::native_get() -.
Definition at line 277 of file regex.c.
Get a Slist from a Slist config item - Implements ConfigSetType::native_get() -.
Definition at line 178 of file slist.c.
Get an int from a Sort config item - Implements ConfigSetType::native_get() -.
Definition at line 221 of file sort.c.
|
static |
Get a string from a String config item - Implements ConfigSetType::native_get() -.
Definition at line 178 of file string.c.
|
static |
Set an Expando object from an Expando config item - Implements ConfigSetType::native_get() -.
Definition at line 159 of file config_type.c.
|
static |
Get an Expando object from an Expando config item - Implements ConfigSetType::native_get() -.
Definition at line 208 of file config_type.c.