(git:c5411e0)
Loading...
Searching...
No Matches
cp_linked_list_input::cp_create Interface Reference

Public Member Functions

subroutine cp_sll_int_create (sll, first_el, rest)
 allocates and initializes a single linked list
 
subroutine cp_sll_real_create (sll, first_el, rest)
 allocates and initializes a single linked list
 
subroutine cp_sll_logical_create (sll, first_el, rest)
 allocates and initializes a single linked list
 
subroutine cp_sll_char_create (sll, first_el, rest)
 allocates and initializes a single linked list
 
subroutine cp_sll_val_create (sll, first_el, rest)
 allocates and initializes a single linked list
 

Detailed Description

Definition at line 99 of file cp_linked_list_input.F.

Member Function/Subroutine Documentation

◆ cp_sll_int_create()

subroutine cp_linked_list_input::cp_create::cp_sll_int_create ( type(cp_sll_int_type), pointer  sll,
integer, intent(in), optional  first_el,
type(cp_sll_int_type), optional, pointer  rest 
)

allocates and initializes a single linked list

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 411 of file cp_linked_list_input.F.

◆ cp_sll_real_create()

subroutine cp_linked_list_input::cp_create::cp_sll_real_create ( type(cp_sll_real_type), pointer  sll,
real(kind=dp), intent(in), optional  first_el,
type(cp_sll_real_type), optional, pointer  rest 
)

allocates and initializes a single linked list

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 435 of file cp_linked_list_input.F.

◆ cp_sll_logical_create()

subroutine cp_linked_list_input::cp_create::cp_sll_logical_create ( type(cp_sll_logical_type), pointer  sll,
logical, intent(in), optional  first_el,
type(cp_sll_logical_type), optional, pointer  rest 
)

allocates and initializes a single linked list

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 459 of file cp_linked_list_input.F.

◆ cp_sll_char_create()

subroutine cp_linked_list_input::cp_create::cp_sll_char_create ( type(cp_sll_char_type), pointer  sll,
character(len=default_string_length), intent(in), optional  first_el,
type(cp_sll_char_type), optional, pointer  rest 
)

allocates and initializes a single linked list

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 483 of file cp_linked_list_input.F.

◆ cp_sll_val_create()

subroutine cp_linked_list_input::cp_create::cp_sll_val_create ( type(cp_sll_val_type), pointer  sll,
type(val_type), intent(in), optional, pointer  first_el,
type(cp_sll_val_type), optional, pointer  rest 
)

allocates and initializes a single linked list

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 507 of file cp_linked_list_input.F.


The documentation for this interface was generated from the following file: