TreeMig Code
Loading...
Searching...
No Matches
iso_varying_string::index Interface Reference

Public Member Functions

elemental integer function index_vs_vs (string, substring, back)
 
elemental integer function index_ch_vs (string, substring, back)
 
elemental integer function index_vs_ch (string, substring, back)
 

Detailed Description

Definition at line 124 of file ISO_varying_string.f90.

Member Function/Subroutine Documentation

◆ index_ch_vs()

elemental integer function iso_varying_string::index::index_ch_vs ( character(len= ), intent(in) string,
type(varying_string), intent(in) substring,
logical, intent(in), optional back )

Definition at line 952 of file ISO_varying_string.f90.

◆ index_vs_ch()

elemental integer function iso_varying_string::index::index_vs_ch ( type(varying_string), intent(in) string,
character(len= ), intent(in) substring,
logical, intent(in), optional back )

Definition at line 972 of file ISO_varying_string.f90.

◆ index_vs_vs()

elemental integer function iso_varying_string::index::index_vs_vs ( type(varying_string), intent(in) string,
type(varying_string), intent(in) substring,
logical, intent(in), optional back )

Definition at line 932 of file ISO_varying_string.f90.


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