StringLinkedList_insert Interface

public interface StringLinkedList_insert

Module Procedures

private subroutine insertc_(cstr, this)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: cstr
type(StringLinkedList), pointer :: this

private subroutine inserts_(str, this)

Arguments

Type IntentOptional Attributes Name
type(String), intent(in) :: str
type(StringLinkedList), pointer :: this