| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=64), | public | :: | name | ||||
| character(len=64), | public, | pointer | :: | vars(:) | => | null() | |
| real(kind=r8), | public, | pointer | :: | coeffs(:) | => | null() | |
| integer, | public | :: | n_terms | = | 0 | ||
| type(shr_exp_item_t), | public, | pointer | :: | next_item | => | null() |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | exp_array(:) | |||
| integer, | intent(out), | optional | :: | nitems |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(shr_exp_item_t), | intent(inout), | pointer | :: | list |