gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
gtool_history_generic::historyaddattr Interface Reference

Public Member Functions

subroutine historyaddattrchar0 (varname, attrname, value, history, err)
subroutine historyaddattrlogical0 (varname, attrname, value, history, err)
subroutine historyaddattrint0 (varname, attrname, value, history, err)
subroutine historyaddattrint1 (varname, attrname, value, history, err)
subroutine historyaddattrreal0 (varname, attrname, value, history, err)
subroutine historyaddattrreal1 (varname, attrname, value, history, err)
subroutine historyaddattrdouble0 (varname, attrname, value, history, err)
subroutine historyaddattrdouble1 (varname, attrname, value, history, err)

Detailed Description

Definition at line 1130 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaddattrchar0()

subroutine gtool_history_generic::historyaddattr::historyaddattrchar0 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
character(*), intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1133 of file gtool_history_generic.f90.

1136 use dc_types, only: dp
1137 character(*), intent(in):: varname
1138 character(*), intent(in):: attrname
1139 character(*), intent(in):: value
1140 type(GT_HISTORY), intent(inout), target, optional:: history
1141 logical, intent(out), optional:: err
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ historyaddattrdouble0()

subroutine gtool_history_generic::historyaddattr::historyaddattrdouble0 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
real(dp), intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1205 of file gtool_history_generic.f90.

1208 use dc_types, only: dp
1209 character(*), intent(in):: varname
1210 character(*), intent(in):: attrname
1211 real(DP), intent(in):: value
1212 type(GT_HISTORY), intent(inout), target, optional:: history
1213 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyaddattrdouble1()

subroutine gtool_history_generic::historyaddattr::historyaddattrdouble1 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
real(dp), dimension(:), intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1217 of file gtool_history_generic.f90.

1220 use dc_types, only: dp
1221 character(*), intent(in):: varname
1222 character(*), intent(in):: attrname
1223 real(DP), intent(in):: value(:)
1224 type(GT_HISTORY), intent(inout), target, optional:: history
1225 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyaddattrint0()

subroutine gtool_history_generic::historyaddattr::historyaddattrint0 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
integer, intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1157 of file gtool_history_generic.f90.

1160 use dc_types, only: dp
1161 character(*), intent(in):: varname
1162 character(*), intent(in):: attrname
1163 integer, intent(in):: value
1164 type(GT_HISTORY), intent(inout), target, optional:: history
1165 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyaddattrint1()

subroutine gtool_history_generic::historyaddattr::historyaddattrint1 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
integer, dimension(:), intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1169 of file gtool_history_generic.f90.

1172 use dc_types, only: dp
1173 character(*), intent(in):: varname
1174 character(*), intent(in):: attrname
1175 integer, intent(in):: value(:)
1176 type(GT_HISTORY), intent(inout), target, optional:: history
1177 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyaddattrlogical0()

subroutine gtool_history_generic::historyaddattr::historyaddattrlogical0 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
logical, intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1145 of file gtool_history_generic.f90.

1148 use dc_types, only: dp
1149 character(*), intent(in):: varname
1150 character(*), intent(in):: attrname
1151 logical, intent(in):: value
1152 type(GT_HISTORY), intent(inout), target, optional:: history
1153 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyaddattrreal0()

subroutine gtool_history_generic::historyaddattr::historyaddattrreal0 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
real, intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1181 of file gtool_history_generic.f90.

1184 use dc_types, only: dp
1185 character(*), intent(in):: varname
1186 character(*), intent(in):: attrname
1187 real, intent(in):: value
1188 type(GT_HISTORY), intent(inout), target, optional:: history
1189 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyaddattrreal1()

subroutine gtool_history_generic::historyaddattr::historyaddattrreal1 ( character(*), intent(in) varname,
character(*), intent(in) attrname,
real, dimension(:), intent(in) value,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 1193 of file gtool_history_generic.f90.

1196 use dc_types, only: dp
1197 character(*), intent(in):: varname
1198 character(*), intent(in):: attrname
1199 real, intent(in):: value(:)
1200 type(GT_HISTORY), intent(inout), target, optional:: history
1201 logical, intent(out), optional:: err

References dc_types::dp.


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