eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
StringLinkedList_insert
Interface
3 statements
Source File
m_StringLinkedList.F90
m_StringLinkedList
StringLinkedList_insert
Contents
Module Procedures
insertc_
inserts_
public interface StringLinkedList_insert
Module Procedures
private subroutine insertc_(cstr, this)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
cstr
type(
StringLinkedList
),
pointer
::
this
private subroutine inserts_(str, this)
Arguments
Type
Intent
Optional
Attributes
Name
type(
String
),
intent(in)
::
str
type(
StringLinkedList
),
pointer
::
this