Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
FciDumpWriter_t
Derived Type
2 statements
Source File
unit_test_helper_excitgen.F90
unit_test_helper_excitgen
FciDumpWriter_t
Contents
Variables
filepath
Type-Bound Procedures
write
write_to_unit
type, public, abstract, extends(
Writer_t
) :: FciDumpWriter_t
Contents
Variables
filepath
Type-Bound Procedures
write
write_to_unit
Components
Type
Visibility
Attributes
Name
Initial
character(len=512),
public
::
filepath
Type-Bound Procedures
procedure, public, ::
write
private subroutine
write
(this)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Writer_t
),
intent(in)
::
this
procedure(
to_unit_writer_t
), public, deferred ::
write_to_unit
subroutine to_unit_writer_t(this, iunit)
Prototype
Arguments
Type
Intent
Optional
Attributes
Name
class(
Writer_t
),
intent(in)
::
this
integer,
intent(in)
::
iunit