pFUnit
Data Types | Functions/Subroutines | Variables
stringconversionutilities_mod Module Reference

A collection of utilities used throughout the framework. More...

Functions/Subroutines

character(len=len_trim(a)+1+len_trim(b)) function, public appendwithspace (a, b)
 
character(len=:) function, allocatable, public nullterminate (string)
 
character(len=:) function, allocatable, public unlessscalar (vShape, string)
 
logical function, public whitespacep (c)
 
character(len=:) function, allocatable, public trimall (s)
 
character(len=:) function, allocatable, public trimtrailingwhitespace (s)
 

Variables

integer, parameter, public maxlen_string = 80
 
type(whitespaceoptions), parameter, public ignore_all =WhitespaceOptions(IGNORE_ALL_)
 
type(whitespaceoptions), parameter, public trim_all =WhitespaceOptions(TRIM_ALL_)
 
type(whitespaceoptions), parameter, public keep_all =WhitespaceOptions(KEEP_ALL_)
 
type(whitespaceoptions), parameter, public ignore_differences =WhitespaceOptions(IGNORE_DIFFERENCES_)
 

Detailed Description

A collection of utilities used throughout the framework.

Author
Tom Clune, NASA/GSFC
Date
07 Nov 2013
Note
<A note here.> <Or starting here...>