| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(table), | intent(inout) | :: | a2b | |||
| integer, | intent(in), | optional | :: | nel | ||
| integer, | intent(in), | optional | :: | ntab |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(table), | intent(inout) | :: | a2b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(table), | intent(in) | :: | tab |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | allocatable | :: | lookup(:) | |||
| integer, | public, | allocatable | :: | tab(:) |
| procedure, public :: alloc_table | |
| procedure, public :: free_table | |
| procedure, public :: get_dual_table | |
| generic, public :: nemo_sizeof => nemo_table_sizeof | |
| procedure, private :: nemo_table_sizeof |