Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(RealData_t), | public, | pointer | :: | head | => | NULL() | |
integer, | public | :: | no_of_entries | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RealDataLinkedList_t) | :: | self | ||||
real(kind=RP) | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RealDataLinkedList_t) | :: | self | ||||
real(kind=RP), | allocatable | :: | array(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RealDataLinkedList_t), | intent(inout) | :: | self | |||
real(kind=RP), | intent(in) | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RealDataLinkedList_t), | intent(inout) | :: | self |