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() |
変数の属性情報の構造体
GT_HISTORY_VARINFO および GT_HISTORY_AXIS に内包されて利用されます。 直接この構造体を扱うサブルーチンは gtool_history_internal の append_attrs および copy_attrs です。
Definition at line 279 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_attr::array = .false. |
Definition at line 282 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_attr::attrname |
Definition at line 280 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_attr::attrtype |
Definition at line 281 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_attr::charvalue |
Definition at line 283 of file gtool_history_types.f90.
| real(dp), dimension(:), pointer gtool_history_types::gt_history_attr::doublearray =>null() |
Definition at line 290 of file gtool_history_types.f90.
| real(dp) gtool_history_types::gt_history_attr::doublevalue |
Definition at line 286 of file gtool_history_types.f90.
| integer, dimension(:), pointer gtool_history_types::gt_history_attr::intarray =>null() |
Definition at line 288 of file gtool_history_types.f90.
| integer gtool_history_types::gt_history_attr::intvalue |
Definition at line 284 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_attr::logicalvalue |
Definition at line 287 of file gtool_history_types.f90.
| real(sp), dimension(:), pointer gtool_history_types::gt_history_attr::realarray =>null() |
Definition at line 289 of file gtool_history_types.f90.
| real(sp) gtool_history_types::gt_history_attr::realvalue |
Definition at line 285 of file gtool_history_types.f90.