StringLinkedList_get Interface

public interface StringLinkedList_get

Module Procedures

private subroutine getc_(this, cstr, eol)

Arguments

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

private subroutine gets_(this, str, eol)

Arguments

Type IntentOptional Attributes Name
type(StringLinkedList), pointer :: this
type(String), intent(out) :: str
logical, intent(out) :: eol