Skip to content

fossil_list_id_object

Source: src/lib/fossil_list_id_object.f90

Dependencies

Contents

Derived Types

list_id_object

Components

NameTypeAttributesDescription
ids_numberinteger(kind=I4P)
idinteger(kind=I4P)allocatable

Type-Bound Procedures

NameAttributesDescription
delpass(self)
destroypass(self)
initializepass(self)
putpass(self)
assignment(=)
list_id_assign_list_idpass(lhs)

Subroutines

del

Attributes: elemental

fortran
subroutine del(self, id)

Arguments

NameTypeIntentAttributesDescription
selfclass(list_id_object)inout
idinteger(kind=I4P)in

Call graph

destroy

Attributes: elemental

fortran
subroutine destroy(self)

Arguments

NameTypeIntentAttributesDescription
selfclass(list_id_object)inout

Call graph

initialize

Attributes: pure

fortran
subroutine initialize(self, id)

Arguments

NameTypeIntentAttributesDescription
selfclass(list_id_object)inout
idinteger(kind=I4P)inoptional

Call graph

put

Attributes: elemental

fortran
subroutine put(self, id)

Arguments

NameTypeIntentAttributesDescription
selfclass(list_id_object)inout
idinteger(kind=I4P)in

Call graph

list_id_assign_list_id

Attributes: pure

fortran
subroutine list_id_assign_list_id(lhs, rhs)

Arguments

NameTypeIntentAttributesDescription
lhsclass(list_id_object)inout
rhstype(list_id_object)in