| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public, | allocatable | :: | tokens(:,:) | |||
| integer, | public | :: | top_index |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(r1fp64Stack), | intent(inout) | :: | stack |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(r1fp64Stack), | intent(out) | :: | stack | |||
| integer, | intent(in) | :: | N | |||
| real(kind=real64), | intent(in) | :: | mold(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(r1fp64Stack), | intent(inout) | :: | stack | |||
| real(kind=real64), | intent(out) | :: | tok(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(r1fp64Stack), | intent(inout) | :: | stack | |||
| real(kind=real64), | intent(in) | :: | tok(:) |
type,extends(feqparse_floatstack) :: r1fp64Stack
real(real64),allocatable :: tokens(:,:)
contains
procedure :: Construct => Construct_r1fp64Stack
final :: Finalize_r1fp64Stack
procedure :: Push => Push_r1fp64Stack
procedure :: Pop => Pop_r1fp64Stack
endtype r1fp64Stack