|
const struct Address * | cs_subset_address (const struct ConfigSubset *sub, const char *name) |
| Get an Address config item by name. More...
|
|
bool | cs_subset_bool (const struct ConfigSubset *sub, const char *name) |
| Get a boolean config item by name. More...
|
|
long | cs_subset_long (const struct ConfigSubset *sub, const char *name) |
| Get a long config item by name. More...
|
|
short | cs_subset_number (const struct ConfigSubset *sub, const char *name) |
| Get a number config item by name. More...
|
|
const char * | cs_subset_path (const struct ConfigSubset *sub, const char *name) |
| Get a path config item by name. More...
|
|
enum QuadOption | cs_subset_quad (const struct ConfigSubset *sub, const char *name) |
| Get a quad-value config item by name. More...
|
|
const struct Regex * | cs_subset_regex (const struct ConfigSubset *sub, const char *name) |
| Get a regex config item by name. More...
|
|
const struct Slist * | cs_subset_slist (const struct ConfigSubset *sub, const char *name) |
| Get a string-list config item by name. More...
|
|
short | cs_subset_sort (const struct ConfigSubset *sub, const char *name) |
| Get a sort config item by name. More...
|
|
const char * | cs_subset_string (const struct ConfigSubset *sub, const char *name) |
| Get a string config item by name. More...
|
|
Helper functions to get config values
- Authors
-
- Copyright
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file helpers.c.