tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
tblite_io_tag::tagged_data Type Reference

Public Member Functions

procedure get (self, tag, ptr)
 
generic load (self, file, stat)
 Reading of tagged data.
 
generic load (self, unit, stat)
 Reading of tagged data.
 
generic dump (self, file, stat)
 Writing of tagged data.
 
generic dump (self, unit, stat)
 Writing of tagged data.
 

Data Fields

type(tagged_entry), dimension(:), allocatable val
 

Member Function/Subroutine Documentation

◆ dump()

generic tblite_io_tag::tagged_data::dump ( class(tagged_data), intent(in) self,
character(len=*), intent(in) file,
integer, intent(out) stat )

Writing of tagged data.

Parameters
[in]selfInstance of the parametrization data
[in]fileFile name
[out]statError handling

◆ load()

generic tblite_io_tag::tagged_data::load ( class(tagged_data), intent(inout) self,
character(len=*), intent(in) file,
integer, intent(out) stat )

Reading of tagged data.

Parameters
[in,out]selfInstance of the parametrization data
[in]fileFile name
[out]statError handling

The documentation for this type was generated from the following file: