Appearance
fossil_list_id_object
Source: src/lib/fossil_list_id_object.f90
Dependencies
Contents
Derived Types
list_id_object
Components
| Name | Type | Attributes | Description |
|---|---|---|---|
ids_number | integer(kind=I4P) | ||
id | integer(kind=I4P) | allocatable |
Type-Bound Procedures
| Name | Attributes | Description |
|---|---|---|
del | pass(self) | |
destroy | pass(self) | |
initialize | pass(self) | |
put | pass(self) | |
assignment(=) | ||
list_id_assign_list_id | pass(lhs) |
Subroutines
del
Attributes: elemental
fortran
subroutine del(self, id)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
self | class(list_id_object) | inout | ||
id | integer(kind=I4P) | in |
Call graph
destroy
Attributes: elemental
fortran
subroutine destroy(self)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
self | class(list_id_object) | inout |
Call graph
initialize
Attributes: pure
fortran
subroutine initialize(self, id)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
self | class(list_id_object) | inout | ||
id | integer(kind=I4P) | in | optional |
Call graph
put
Attributes: elemental
fortran
subroutine put(self, id)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
self | class(list_id_object) | inout | ||
id | integer(kind=I4P) | in |
Call graph
list_id_assign_list_id
Attributes: pure
fortran
subroutine list_id_assign_list_id(lhs, rhs)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
lhs | class(list_id_object) | inout | ||
rhs | type(list_id_object) | in |