Interface to build new arrays
Create a new TOML array inside an existing table
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(toml_table), | intent(inout) | :: | table |
Instance of the TOML table |
||
| character(kind=tfc, len=*), | intent(in) | :: | key |
Key for the new array |
||
| type(toml_array), | intent(out), | pointer | :: | ptr |
Pointer to the newly created array |
|
| integer, | intent(out), | optional | :: | stat |
Status of operation |
Create a new TOML array inside an existing table
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(toml_table), | intent(inout) | :: | table |
Instance of the TOML table |
||
| type(toml_key), | intent(in) | :: | key |
Key for the new array |
||
| type(toml_array), | intent(out), | pointer | :: | ptr |
Pointer to the newly created array |
|
| integer, | intent(out), | optional | :: | stat |
Status of operation |
Create a new TOML array inside an existing array
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(toml_array), | intent(inout) | :: | array |
Instance of the TOML array |
||
| type(toml_array), | intent(out), | pointer | :: | ptr |
Pointer to the newly created array |
|
| integer, | intent(out), | optional | :: | stat |
Status of operation |