A collection of utilities used throughout the framework.
More...
|
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) |
|
|
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_) |
|
A collection of utilities used throughout the framework.
- Author
- Tom Clune, NASA/GSFC
- Date
- 07 Nov 2013
- Note
- <A note here.> <Or starting here...>