Helper functions for parsing the toml input file
Vector helper function for parsing toml
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(toml_table), | intent(in), | pointer | :: | child |
Input Toml entry to read |
|
character(len=*), | intent(in) | :: | key |
Key to read |
||
type(toml_error), | intent(out), | allocatable | :: | error |
Error Message |
|
type(toml_context), | intent(in) | :: | context |
Context handle for error reporting |
||
type(vector), | intent(in), | optional | :: | default |
Default value to assign |