initialized Interface

public interface initialized

Check whether data structure is initialized properly


Module Procedures

private pure function table_initialized(self) result(okay)

Check whether data structure is initialized properly

Arguments

Type IntentOptional Attributes Name
type(toml_table), intent(in) :: self

Instance of the TOML table

Return Value logical

Data structure is initialized