NEMO4.0.4-DOMAINcfg
Public Member Functions | List of all members
stringop Module Reference
Collaboration diagram for stringop:
Collaboration graph

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 str_xfw (c_string, c_word, l_ok)
 

Member Function/Subroutine Documentation

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

Here is the caller graph for this function:

INTEGER function stringop::cntpos ( character(len=*), intent(in)  c_c,
integer, intent(in)  l_c,
character(len=*), intent(in)  c_r,
integer, intent(in)  l_r 
)
subroutine stringop::find_str ( character(len=*), dimension(:), intent(in)  str_tab,
character(len=*), intent(in)  str,
integer, intent(out)  pos 
)

Here is the caller graph for this function:

INTEGER function stringop::findpos ( character(len=*), intent(in)  c_c,
integer, intent(in)  l_c,
character(len=*), intent(in)  c_r,
integer, intent(in)  l_r 
)
subroutine stringop::nocomma ( character(len=*)  str)
subroutine stringop::str_xfw ( character(len=*), intent(inout)  c_string,
character(len=*), intent(out)  c_word,
logical, intent(out)  l_ok 
)
subroutine stringop::strlowercase ( character(len=*)  str)

Here is the caller graph for this function:

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

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