#include "ccl/bst.h"
Go to the source code of this file.
Functions | |
| int | ccl_parse (struct ccl_t *data, const char *path) |
| Parse a configuration file. | |
| void | ccl_release (struct ccl_t *data) |
| Release memory associated with a configuration file. | |
| const char * | ccl_get (const struct ccl_t *data, const char *key) |
| Extract a value from a configuration file. | |
| const struct ccl_pair_t * | ccl_iterate (struct ccl_t *data) |
| Iterate through all key/value pairs in a configuration file. | |
| void | ccl_reset (struct ccl_t *data) |
| Reset a configuration file iterator. | |
|
||||||||||||
|
Extract a value from a configuration file.
This function searches the parsed configuration file data for
|
|
|
Iterate through all key/value pairs in a configuration file.
This function allows iteration through all key/value pairs in a configuration file.
|
|
||||||||||||
|
Parse a configuration file.
This function will attempt to parse the configuration file
|
|
|
Release memory associated with a configuration file.
This function frees any dynamically-allocated memory in
|
|
|
Reset a configuration file iterator.
This function resets the internal iterator in
|
1.4.1