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() |
Definition at line 245 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_attr::array = .false. |
Definition at line 256 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_attr::attrname |
Definition at line 254 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_attr::attrtype |
Definition at line 255 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_attr::charvalue |
Definition at line 257 of file gtool_history_types.f90.
| real(dp), dimension(:), pointer gtool_history_types::gt_history_attr::doublearray =>null() |
Definition at line 264 of file gtool_history_types.f90.
| real(dp) gtool_history_types::gt_history_attr::doublevalue |
Definition at line 260 of file gtool_history_types.f90.
| integer, dimension(:), pointer gtool_history_types::gt_history_attr::intarray =>null() |
Definition at line 262 of file gtool_history_types.f90.
| integer gtool_history_types::gt_history_attr::intvalue |
Definition at line 258 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_attr::logicalvalue |
Definition at line 261 of file gtool_history_types.f90.
| real(sp), dimension(:), pointer gtool_history_types::gt_history_attr::realarray =>null() |
Definition at line 263 of file gtool_history_types.f90.
| real(sp) gtool_history_types::gt_history_attr::realvalue |
Definition at line 259 of file gtool_history_types.f90.