TreeMig Code
Loading...
Searching...
No Matches
iso_varying_string Module Reference

Synopsis : Definition of iso_varying_string module, conformant to the API specified in ISO/IEC 1539-2:2000 (varying-length strings for Fortran 95). More...

Data Types

interface  adjustl
 
interface  adjustr
 
interface  assignment(=)
 
interface  char
 
interface  extract
 
interface  get
 
interface  iachar
 
interface  ichar
 
interface  index
 
interface  insert
 
interface  len
 
interface  len_trim
 
interface  lge
 
interface  lgt
 
interface  lle
 
interface  llt
 
interface  operator(//)
 
interface  operator(/=)
 
interface  operator(<)
 
interface  operator(<=)
 
interface  operator(==)
 
interface  operator(>)
 
interface  operator(>=)
 
interface  put
 
interface  put_line
 
interface  remove
 
interface  repeat
 
interface  replace
 
interface  scan
 
interface  split
 
interface  trim
 
interface  var_str
 
type  varying_string
 
interface  verify
 

Detailed Description

Synopsis : Definition of iso_varying_string module, conformant to the API specified in ISO/IEC 1539-2:2000 (varying-length strings for Fortran 95).

http://numat.net/fortran/is1539-2-99.html#INTRO
iso_varying_string.f90

Copyright (c) 2003, Rich Townsend towns.nosp@m.end@.nosp@m.astro.nosp@m..wis.nosp@m.c.edu
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS <br> IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Author
Rich Townsend rhdt@.nosp@m.bart.nosp@m.ol.ud.nosp@m.el.e.nosp@m.du
Version
1.3-F Thanks to: Lawrie Schonfelder (bugfixes and design pointers), Walt Brainerd (conversion to F).