QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Data Types | Public Member Functions | Public Attributes
qrm_string_mod Module Reference

This module contains various string handling routines. More...

Data Types

interface  qrm_str_tolower
 
interface  qrm_str_toupper
 

Public Member Functions

character(len=len(string)) function qrm_str_tolower (string)
 
character(len=len(string)) function qrm_str_toupper (string)
 

Public Attributes

character(len=*), parameter lcase ='abcdefghijklmnopqrstuvwxyz'
 
character(len=*), parameter ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 

Detailed Description

This module contains various string handling routines.

Definition at line 36 of file qrm_string_mod.F90.

Member Function/Subroutine Documentation

character(len=len(string)) function qrm_string_mod::qrm_str_tolower ( character(len=*), intent(in)  string)

Definition at line 52 of file qrm_string_mod.F90.

References i.

character(len=len(string)) function qrm_string_mod::qrm_str_toupper ( character(len=*), intent(in)  string)

Definition at line 70 of file qrm_string_mod.F90.

References i.

Member Data Documentation

character(len=*), parameter qrm_string_mod::lcase ='abcdefghijklmnopqrstuvwxyz'

Definition at line 39 of file qrm_string_mod.F90.

character(len=*), parameter qrm_string_mod::ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'

Definition at line 40 of file qrm_string_mod.F90.


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