| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real32), | public, | allocatable | :: | tokens(:,:,:,:) | |||
| integer, | public | :: | top_index |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(r3fp32Stack), | intent(inout) | :: | stack |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(r3fp32Stack), | intent(out) | :: | stack | |||
| integer, | intent(in) | :: | N | |||
| real(kind=real32), | intent(in) | :: | mold(:,:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(r3fp32Stack), | intent(inout) | :: | stack | |||
| real(kind=real32), | intent(out) | :: | tok(:,:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(r3fp32Stack), | intent(inout) | :: | stack | |||
| real(kind=real32), | intent(in) | :: | tok(:,:,:) |
type,extends(feqparse_floatstack) :: r3fp32Stack
real(real32),allocatable :: tokens(:,:,:,:)
contains
procedure :: Construct => Construct_r3fp32Stack
final :: Finalize_r3fp32Stack
procedure :: Push => Push_r3fp32Stack
procedure :: Pop => Pop_r3fp32Stack
endtype r3fp32Stack