parse_HelpersMod Module

Helper functions for parsing the toml input file


Uses


Functions

public function get_vector(child, key, error, context, default)

Vector helper function for parsing toml

Arguments

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

Return Value type(vector)