|
| generic, public | load (self, table, error) |
| | Deserialize records from a table by iterating over all entries.
|
| |
| generic, public | dump (self, table, error) |
| |
|
procedure, public | push (self, record) |
| |
|
procedure, public | get_n_records (self) |
| |
| procedure | load_from_toml (self, table, error) |
| | Deserialize records from a table by iterating over all entries.
|
| |
| procedure | dump_to_toml (self, table, error) |
| |
|
|
type(post_processing_record), dimension(:), allocatable | list |
| |
|
integer | n = 0 |
| |
◆ dump()
| generic, public tblite_param_post_processing::post_processing_param_list::dump |
( |
class(post_processing_param_list), intent(in) | self, |
|
|
type(toml_table), intent(inout) | table, |
|
|
type(error_type), intent(out), allocatable | error ) |
- Parameters
-
| [in] | self | List of all element records |
| [in,out] | table | Data structure |
| [out] | error | Error handling |
◆ dump_to_toml()
| procedure tblite_param_post_processing::post_processing_param_list::dump_to_toml |
( |
class(post_processing_param_list), intent(in) | self, |
|
|
type(toml_table), intent(inout) | table, |
|
|
type(error_type), intent(out), allocatable | error ) |
- Parameters
-
| [in] | self | List of all element records |
| [in,out] | table | Data structure |
| [out] | error | Error handling |
◆ load()
| generic, public tblite_param_post_processing::post_processing_param_list::load |
( |
class(post_processing_param_list), intent(inout) | self, |
|
|
type(toml_table), intent(inout) | table, |
|
|
type(error_type), intent(out), allocatable | error ) |
Deserialize records from a table by iterating over all entries.
- Parameters
-
| [in,out] | self | List of all element records |
| [in,out] | table | Data structure |
| [out] | error | Error handling |
◆ load_from_toml()
| procedure tblite_param_post_processing::post_processing_param_list::load_from_toml |
( |
class(post_processing_param_list), intent(inout) | self, |
|
|
type(toml_table), intent(inout) | table, |
|
|
type(error_type), intent(out), allocatable | error ) |
Deserialize records from a table by iterating over all entries.
- Parameters
-
| [in,out] | self | List of all element records |
| [in,out] | table | Data structure |
| [out] | error | Error handling |
The documentation for this type was generated from the following file: