add_table Interface

public interface add_table

add_table: fpm interface


Module Procedures

private subroutine add_table_fpm(table, key, ptr, error, whereAt)

Function wrapper to add a toml table and return an fpm error

Nullify pointer

Arguments

Type IntentOptional 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