Generics
  • Item
    Procedures:
    • StringItem
Subroutines
  • AddFromFile(this, fname, nodups)
    • TStringList   :: this
    • character(LEN=*) intent(in) :: fname
    • logical intent(in) :: nodups
  • AddItems(this, List, nodups)
  • ReadColumnsGetArray(this, filename, array)
    • TStringList   :: this
    • character(LEN=*) intent(in) :: filename
    • real(list_prec) intent(out), allocatable :: array(:,:)
  • SetFromString(this, S, valid_chars_in)
    • TStringList   :: this
    • character(Len=*) intent(in) :: S
    • character(Len=*) intent(in), optional :: valid_chars_in
  • WriteItems(this, unit)
Functions
  • character
    CharAt(this, i, j)
    • TStringList   :: this
    • integer intent(in) :: i
    • integer intent(in) :: j
  • integer
    Compare(this, R1, R2)
  • integer
    IndexOf(this, S)
  • character(LEN=:) pointer
    StringItem(this, i)
  • character(LEN=:) pointer
    ValueOf(this, key)