gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
gtool_history_generic::historyvarinfoaddattr Interface Reference

Public Member Functions

subroutine historyvarinfoaddattrchar0 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrlogical0 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrint0 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrint1 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrreal0 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrreal1 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrdouble0 (varinfo, attrname, value, err)
subroutine historyvarinfoaddattrdouble1 (varinfo, attrname, value, err)

Detailed Description

Definition at line 1316 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyvarinfoaddattrchar0()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrchar0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
character(*), intent(in) value,
logical, intent(out), optional err )

Definition at line 1319 of file gtool_history_generic.f90.

1322 use dc_types, only: dp
1323 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1324 character(*), intent(in):: attrname ! 属性の名前
1325 character(*), intent(in):: value
1326 logical, intent(out), optional:: err
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.

◆ historyvarinfoaddattrdouble0()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrdouble0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real(dp), intent(in) value,
logical, intent(out), optional err )

Definition at line 1385 of file gtool_history_generic.f90.

1388 use dc_types, only: dp
1389 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1390 character(*), intent(in):: attrname ! 属性の名前
1391 real(DP), intent(in):: value
1392 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattrdouble1()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrdouble1 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real(dp), dimension(:), intent(in) value,
logical, intent(out), optional err )

Definition at line 1396 of file gtool_history_generic.f90.

1399 use dc_types, only: dp
1400 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1401 character(*), intent(in):: attrname ! 属性の名前
1402 real(DP), intent(in):: value(:)
1403 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattrint0()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrint0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
integer, intent(in) value,
logical, intent(out), optional err )

Definition at line 1341 of file gtool_history_generic.f90.

1344 use dc_types, only: dp
1345 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1346 character(*), intent(in):: attrname ! 属性の名前
1347 integer, intent(in):: value
1348 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattrint1()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrint1 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
integer, dimension(:), intent(in) value,
logical, intent(out), optional err )

Definition at line 1352 of file gtool_history_generic.f90.

1355 use dc_types, only: dp
1356 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1357 character(*), intent(in):: attrname ! 属性の名前
1358 integer, intent(in):: value(:)
1359 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattrlogical0()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrlogical0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
logical, intent(in) value,
logical, intent(out), optional err )

Definition at line 1330 of file gtool_history_generic.f90.

1333 use dc_types, only: dp
1334 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1335 character(*), intent(in):: attrname ! 属性の名前
1336 logical, intent(in):: value
1337 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattrreal0()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrreal0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real, intent(in) value,
logical, intent(out), optional err )

Definition at line 1363 of file gtool_history_generic.f90.

1366 use dc_types, only: dp
1367 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1368 character(*), intent(in):: attrname ! 属性の名前
1369 real, intent(in):: value
1370 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattrreal1()

subroutine gtool_history_generic::historyvarinfoaddattr::historyvarinfoaddattrreal1 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real, dimension(:), intent(in) value,
logical, intent(out), optional err )

Definition at line 1374 of file gtool_history_generic.f90.

1377 use dc_types, only: dp
1378 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1379 character(*), intent(in):: attrname ! 属性の名前
1380 real, intent(in):: value(:)
1381 logical, intent(out), optional:: err

References dc_types::dp.


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