GRASP rci-qed
|
Classes | |
struct | TOMLWrapper |
Macros | |
#define | TOML_GET_TYPE(T) |
Functions | |
TOMLWrapper * | toml_parse_file (const char *filename) |
bool | toml_contains (TOMLWrapper &wrapper, const char *key) |
bool | toml_get_string (TOMLWrapper *wrapper, const char *key, char **value, int *length) |
void | toml_string_delete (char *string) |
#define TOML_GET_TYPE | ( | T | ) |
bool toml_contains | ( | TOMLWrapper & | wrapper, |
const char * | key | ||
) |
bool toml_get_string | ( | TOMLWrapper * | wrapper, |
const char * | key, | ||
char ** | value, | ||
int * | length | ||
) |
TOMLWrapper* toml_parse_file | ( | const char * | filename | ) |
void toml_string_delete | ( | char * | string | ) |