gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
gtool_history_types::gt_history_attr Type Reference

More...

Public Attributes

character(token) attrname
character(token) attrtype
logical array = .false.
character(string) charvalue
integer intvalue
real(sp) realvalue
real(dp) doublevalue
logical logicalvalue
integer, dimension(:), pointer intarray =>null()
real(sp), dimension(:), pointer realarray =>null()
real(dp), dimension(:), pointer doublearray =>null()

Detailed Description

Structure for attribute information

Intended to be contained within GT_HISTORY_VARINFO and GT_HISTORY_AXIS. Directly used by gtool_history_internal::append_attrs and gtool_history_internal::copy_attrs.

Definition at line 279 of file gtool_history_types.f90.

Member Data Documentation

◆ array

logical gtool_history_types::gt_history_attr::array = .false.

Definition at line 282 of file gtool_history_types.f90.

282 logical :: array = .false. ! 属性の値が配列かどうか

◆ attrname

character(token) gtool_history_types::gt_history_attr::attrname

Definition at line 280 of file gtool_history_types.f90.

280 character(TOKEN) :: attrname ! 属性の名前

◆ attrtype

character(token) gtool_history_types::gt_history_attr::attrtype

Definition at line 281 of file gtool_history_types.f90.

281 character(TOKEN) :: attrtype ! 属性の値の型

◆ charvalue

character(string) gtool_history_types::gt_history_attr::charvalue

Definition at line 283 of file gtool_history_types.f90.

283 character(STRING) :: Charvalue ! 属性の値 (文字型変数)

◆ doublearray

real(dp), dimension(:), pointer gtool_history_types::gt_history_attr::doublearray =>null()

Definition at line 290 of file gtool_history_types.f90.

290 real(DP), pointer :: DoubleArray(:) =>null() ! 属性の値 (倍精度実数型配列)

◆ doublevalue

real(dp) gtool_history_types::gt_history_attr::doublevalue

Definition at line 286 of file gtool_history_types.f90.

286 real(DP) :: DoubleValue ! 属性の値 (倍精度実数型変数)

◆ intarray

integer, dimension(:), pointer gtool_history_types::gt_history_attr::intarray =>null()

Definition at line 288 of file gtool_history_types.f90.

288 integer, pointer :: IntArray(:) =>null() ! 属性の値 (整数型配列)

◆ intvalue

integer gtool_history_types::gt_history_attr::intvalue

Definition at line 284 of file gtool_history_types.f90.

284 integer :: IntValue ! 属性の値 (整数型変数)

◆ logicalvalue

logical gtool_history_types::gt_history_attr::logicalvalue

Definition at line 287 of file gtool_history_types.f90.

287 logical :: Logicalvalue ! 属性の値 (論理型変数)

◆ realarray

real(sp), dimension(:), pointer gtool_history_types::gt_history_attr::realarray =>null()

Definition at line 289 of file gtool_history_types.f90.

289 real(SP), pointer :: RealArray(:) =>null() ! 属性の値 (単精度実数型配列)

◆ realvalue

real(sp) gtool_history_types::gt_history_attr::realvalue

Definition at line 285 of file gtool_history_types.f90.

285 real(SP) :: RealValue ! 属性の値 (単精度実数型変数)

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