SFEMaNS  version 5.3
Reference documentation for SFEMaNS
chaine_caractere Module Reference

Functions/Subroutines

integer function, public last_c_leng (len_str, string)
 
integer function eval_blank (len_str, string)
 
integer function, public start_of_string (string)
 
integer function, public last_of_string (string)
 
subroutine read_until (unit, string, error)
 
subroutine find_string (unit, string, okay)
 
subroutine read_until (unit, string)
 

Function/Subroutine Documentation

integer function chaine_caractere::eval_blank ( integer, intent(in)  len_str,
character (len=len_str), intent(in)  string 
)

Definition at line 33 of file chaine_caractere.f90.

Here is the caller graph for this function:

subroutine chaine_caractere::find_string ( integer, intent(in)  unit,
character(len=*), intent(in)  string,
logical  okay 
)

Definition at line 119 of file chaine_caractere.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

integer function public chaine_caractere::last_c_leng ( integer, intent(in)  len_str,
character (len=len_str), intent(in)  string 
)

Definition at line 11 of file chaine_caractere.f90.

Here is the caller graph for this function:

integer function public chaine_caractere::last_of_string ( character (len=*), intent(in)  string)

Definition at line 76 of file chaine_caractere.f90.

Here is the caller graph for this function:

subroutine chaine_caractere::read_until ( integer, intent(in)  unit,
character(len=*), intent(in)  string,
logical, optional  error 
)

Definition at line 96 of file chaine_caractere.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine chaine_caractere::read_until ( integer, intent(in)  unit,
character(len=*), intent(in)  string 
)

Definition at line 96 of file chaine_caractere_par.f90.

Here is the call graph for this function:

integer function public chaine_caractere::start_of_string ( character (len=*), intent(in)  string)

Definition at line 55 of file chaine_caractere.f90.

Here is the caller graph for this function: