GRASP rci-qed
Functions
toml.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

TOMLWrappertoml_parse_file (const char *filename)
 
bool toml_contains (TOMLWrapper &wrapper, const char *key)
 
bool toml_get_double (TOMLWrapper &wrapper, const char *key, double &value)
 
bool toml_get_int (TOMLWrapper &wrapper, const char *key, int &value)
 
bool toml_get_bool (TOMLWrapper &wrapper, const char *key, bool &value)
 
bool toml_get_string (TOMLWrapper *wrapper, const char *key, char **value, int *length)
 
void toml_string_delete (char *string)
 

Function Documentation

◆ toml_contains()

bool toml_contains ( TOMLWrapper wrapper,
const char *  key 
)
Here is the call graph for this function:

◆ toml_get_bool()

bool toml_get_bool ( TOMLWrapper wrapper,
const char *  key,
bool &  value 
)

◆ toml_get_double()

bool toml_get_double ( TOMLWrapper wrapper,
const char *  key,
double &  value 
)

◆ toml_get_int()

bool toml_get_int ( TOMLWrapper wrapper,
const char *  key,
int &  value 
)

◆ toml_get_string()

bool toml_get_string ( TOMLWrapper wrapper,
const char *  key,
char **  value,
int *  length 
)
Here is the call graph for this function:

◆ toml_parse_file()

TOMLWrapper* toml_parse_file ( const char *  filename)
Here is the call graph for this function:

◆ toml_string_delete()

void toml_string_delete ( char *  string)