My Project
 All Classes Files Functions Variables Macros
ioipsl_stringop Module Reference
Collaboration diagram for ioipsl_stringop:
[legend]

Public Member Functions

subroutine cmpblank (str)
INTEGER function cntpos (c_c, l_c, c_r, l_r)
INTEGER function findpos (c_c, l_c, c_r, l_r)
subroutine find_str (str_tab, str, pos)
subroutine nocomma (str)
subroutine strlowercase (str)
subroutine struppercase (str)
subroutine gensig (str, sig)
subroutine find_sig (nb_sig, str_tab, str, sig_tab, sig, pos)

Public Attributes

integer, dimension(30) prime = (/1,2,3,5,7,11,13,17,19,23,29,31,37,41,43, 47,53,59,61,67,71,73,79,83,89,97,101,103,107,109/)

Detailed Description

Definition at line 6 of file ioipsl_stringop.F90.

Member Function/Subroutine Documentation

subroutine ioipsl_stringop::cmpblank ( character(len=*), intent(inout)  str)

Definition at line 21 of file ioipsl_stringop.F90.

Here is the caller graph for this function:

INTEGER function ioipsl_stringop::cntpos ( character(len=*), intent(in)  c_c,
integer, intent(in)  l_c,
character(len=*), intent(in)  c_r,
integer, intent(in)  l_r 
)

Definition at line 43 of file ioipsl_stringop.F90.

subroutine ioipsl_stringop::find_sig ( integer  nb_sig,
character(len=*), dimension(nb_sig)  str_tab,
character(len=*)  str,
integer, dimension(nb_sig)  sig_tab,
integer  sig,
integer  pos 
)

Definition at line 187 of file ioipsl_stringop.F90.

subroutine ioipsl_stringop::find_str ( character(len=*), dimension(:), intent(in)  str_tab,
character(len=*), intent(in)  str,
integer, intent(out pos 
)

Definition at line 86 of file ioipsl_stringop.F90.

INTEGER function ioipsl_stringop::findpos ( character(len=*), intent(in)  c_c,
integer, intent(in)  l_c,
character(len=*), intent(in)  c_r,
integer, intent(in)  l_r 
)

Definition at line 70 of file ioipsl_stringop.F90.

subroutine ioipsl_stringop::gensig ( character(len=*)  str,
integer  sig 
)

Definition at line 167 of file ioipsl_stringop.F90.

subroutine ioipsl_stringop::nocomma ( character(len=*)  str)

Definition at line 117 of file ioipsl_stringop.F90.

Here is the caller graph for this function:

subroutine ioipsl_stringop::strlowercase ( character(len=*)  str)

Definition at line 133 of file ioipsl_stringop.F90.

Here is the caller graph for this function:

subroutine ioipsl_stringop::struppercase ( character(len=*)  str)

Definition at line 150 of file ioipsl_stringop.F90.

Member Data Documentation

integer, dimension(30) ioipsl_stringop::prime = (/1,2,3,5,7,11,13,17,19,23,29,31,37,41,43, 47,53,59,61,67,71,73,79,83,89,97,101,103,107,109/)

Definition at line 14 of file ioipsl_stringop.F90.


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