Loading...
Searching...
No Matches
Public Attributes | List of all members
gtool_history_types::gt_history_attr Type Reference

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

Definition at line 245 of file gtool_history_types.f90.

Member Data Documentation

◆ array

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

Definition at line 256 of file gtool_history_types.f90.

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

◆ attrname

character(token) gtool_history_types::gt_history_attr::attrname

Definition at line 254 of file gtool_history_types.f90.

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

◆ attrtype

character(token) gtool_history_types::gt_history_attr::attrtype

Definition at line 255 of file gtool_history_types.f90.

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

◆ charvalue

character(string) gtool_history_types::gt_history_attr::charvalue

Definition at line 257 of file gtool_history_types.f90.

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

◆ doublearray

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

Definition at line 264 of file gtool_history_types.f90.

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

◆ doublevalue

real(dp) gtool_history_types::gt_history_attr::doublevalue

Definition at line 260 of file gtool_history_types.f90.

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

◆ intarray

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

Definition at line 262 of file gtool_history_types.f90.

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

◆ intvalue

integer gtool_history_types::gt_history_attr::intvalue

Definition at line 258 of file gtool_history_types.f90.

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

◆ logicalvalue

logical gtool_history_types::gt_history_attr::logicalvalue

Definition at line 261 of file gtool_history_types.f90.

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

◆ realarray

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

Definition at line 263 of file gtool_history_types.f90.

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

◆ realvalue

real(sp) gtool_history_types::gt_history_attr::realvalue

Definition at line 259 of file gtool_history_types.f90.

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

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