gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_historyauto_generic::historyautoaddattr Interface Reference

Public Member Functions

subroutine historyautoaddattrchar0 (varname, attrname, value)
 
subroutine historyautoaddattrlogical0 (varname, attrname, value)
 
subroutine historyautoaddattrint0 (varname, attrname, value)
 
subroutine historyautoaddattrint1 (varname, attrname, value)
 
subroutine historyautoaddattrreal0 (varname, attrname, value)
 
subroutine historyautoaddattrreal1 (varname, attrname, value)
 
subroutine historyautoaddattrdouble0 (varname, attrname, value)
 
subroutine historyautoaddattrdouble1 (varname, attrname, value)
 

Detailed Description

Definition at line 427 of file gtool_historyauto_generic.f90.

Member Function/Subroutine Documentation

◆ historyautoaddattrchar0()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrchar0 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
character(*), intent(in)  value 
)

Definition at line 430 of file gtool_historyauto_generic.f90.

433 use dc_types, only: dp
434
435 character(*), intent(in):: varname
436 character(*), intent(in):: attrname
437 character(*), intent(in):: value
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public dp
Double Precision Real number
Definition dc_types.f90:92

References dc_types::dp.

◆ historyautoaddattrdouble0()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrdouble0 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
real(dp), intent(in)  value 
)

Definition at line 496 of file gtool_historyauto_generic.f90.

499 use dc_types, only: dp
500
501 character(*), intent(in):: varname
502 character(*), intent(in):: attrname
503 real(DP), intent(in):: value

References dc_types::dp.

◆ historyautoaddattrdouble1()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrdouble1 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
real(dp), dimension(:), intent(in)  value 
)

Definition at line 507 of file gtool_historyauto_generic.f90.

510 use dc_types, only: dp
511
512 character(*), intent(in):: varname
513 character(*), intent(in):: attrname
514 real(DP), intent(in):: value(:)

References dc_types::dp.

◆ historyautoaddattrint0()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrint0 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
integer, intent(in)  value 
)

Definition at line 452 of file gtool_historyauto_generic.f90.

455 use dc_types, only: dp
456
457 character(*), intent(in):: varname
458 character(*), intent(in):: attrname
459 integer, intent(in):: value

References dc_types::dp.

◆ historyautoaddattrint1()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrint1 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
integer, dimension(:), intent(in)  value 
)

Definition at line 463 of file gtool_historyauto_generic.f90.

466 use dc_types, only: dp
467
468 character(*), intent(in):: varname
469 character(*), intent(in):: attrname
470 integer, intent(in):: value(:)

References dc_types::dp.

◆ historyautoaddattrlogical0()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrlogical0 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
logical, intent(in)  value 
)

Definition at line 441 of file gtool_historyauto_generic.f90.

444 use dc_types, only: dp
445
446 character(*), intent(in):: varname
447 character(*), intent(in):: attrname
448 logical, intent(in):: value

References dc_types::dp.

◆ historyautoaddattrreal0()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrreal0 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
real, intent(in)  value 
)

Definition at line 474 of file gtool_historyauto_generic.f90.

477 use dc_types, only: dp
478
479 character(*), intent(in):: varname
480 character(*), intent(in):: attrname
481 real, intent(in):: value

References dc_types::dp.

◆ historyautoaddattrreal1()

subroutine gtool_historyauto_generic::historyautoaddattr::historyautoaddattrreal1 ( character(*), intent(in)  varname,
character(*), intent(in)  attrname,
real, dimension(:), intent(in)  value 
)

Definition at line 485 of file gtool_historyauto_generic.f90.

488 use dc_types, only: dp
489
490 character(*), intent(in):: varname
491 character(*), intent(in):: attrname
492 real, intent(in):: value(:)

References dc_types::dp.


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