Hash table
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(sllist_obj), | public, | allocatable | :: | vec(:) | |||
integer, | public | :: | vec_len | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hashtbl_obj), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hashtbl_obj), | intent(in) | :: | this | |||
integer, | intent(in) | :: | key | |||
integer, | intent(out) | :: | val |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hashtbl_obj), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | tbl_len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hashtbl_obj), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | key | |||
integer, | intent(in) | :: | val |