add_table: fpm interface
Function wrapper to add a toml table and return an fpm error
Nullify pointer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(toml_table), | intent(inout) | :: | table | Instance of the TOML data structure | ||
| character(len=*), | intent(in) | :: | key | Table key | ||
| type(toml_table), | intent(out), | pointer | :: | ptr | The character variable | |
| type(error_t), | intent(out), | allocatable | :: | error | Error handling | |
| character(len=*), | intent(in), | optional | :: | whereAt | Optional description |