Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | allowRepetitions | ||||
type(IntegerData_t), | public, | pointer | :: | head | => | NULL() | |
integer, | public | :: | no_of_entries | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | allowRepetitions |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IntegerDataLinkedList_t) | :: | self | ||||
integer | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IntegerDataLinkedList_t) | :: | self | ||||
integer, | allocatable | :: | array(:) | |||
logical, | optional | :: | sorted |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IntegerDataLinkedList_t), | intent(inout) | :: | self | |||
integer, | intent(in) | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IntegerDataLinkedList_t), | intent(inout) | :: | self |