ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_io::filext_type Type Reference

This is the derived type for generating objects containing the source file extensions used by different programming language environments. More...

Public Attributes

character(4, SK) ascii = SK_".txt"
 
character(4, SK) binary = SK_".bin"
 
character(2, SK) c = SK_".c"
 
character(4, SK) cobol = SK_".cbl"
 
character(4, SK) cpp = SK_".cpp"
 
character(3, SK) csharp = SK_".cs"
 
character(3, SK) go = SK_".go"
 
character(4, SK) fortran = SK_".F90"
 
character(5, SK) java = SK_".java"
 
character(3, SK) javascript = SK_".js"
 
character(3, SK) julia = SK_".jl"
 
character(2, SK) matlab = SK_".m"
 
character(4, SK) mathematica = SK_".wls"
 
character(3, SK) python = SK_".py"
 
character(2, SK) r = SK_".R"
 
character(3, SK) rust = SK_".rs"
 
character(4, SK) sas = SK_".sas"
 
character(6, SK) swift = SK_".swift"
 

Detailed Description

This is the derived type for generating objects containing the source file extensions used by different programming language environments.

This derived type is of minimal usage outside the ParaMonte library internal routines.
If needed, the constant object instances of this derived type filext can be used.

See also
filext


Final Remarks


If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.

Author:
Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas at Austin

Definition at line 284 of file pm_io.F90.

Member Data Documentation

◆ ascii

character(4, SK) pm_io::filext_type::ascii = SK_".txt"

Definition at line 285 of file pm_io.F90.

◆ binary

character(4, SK) pm_io::filext_type::binary = SK_".bin"

Definition at line 286 of file pm_io.F90.

◆ c

character(2, SK) pm_io::filext_type::c = SK_".c"

Definition at line 287 of file pm_io.F90.

◆ cobol

character(4, SK) pm_io::filext_type::cobol = SK_".cbl"

Definition at line 288 of file pm_io.F90.

◆ cpp

character(4, SK) pm_io::filext_type::cpp = SK_".cpp"

Definition at line 289 of file pm_io.F90.

◆ csharp

character(3, SK) pm_io::filext_type::csharp = SK_".cs"

Definition at line 290 of file pm_io.F90.

◆ fortran

character(4, SK) pm_io::filext_type::fortran = SK_".F90"

Definition at line 292 of file pm_io.F90.

◆ go

character(3, SK) pm_io::filext_type::go = SK_".go"

Definition at line 291 of file pm_io.F90.

◆ java

character(5, SK) pm_io::filext_type::java = SK_".java"

Definition at line 293 of file pm_io.F90.

◆ javascript

character(3, SK) pm_io::filext_type::javascript = SK_".js"

Definition at line 294 of file pm_io.F90.

◆ julia

character(3, SK) pm_io::filext_type::julia = SK_".jl"

Definition at line 295 of file pm_io.F90.

◆ mathematica

character(4, SK) pm_io::filext_type::mathematica = SK_".wls"

Definition at line 297 of file pm_io.F90.

◆ matlab

character(2, SK) pm_io::filext_type::matlab = SK_".m"

Definition at line 296 of file pm_io.F90.

◆ python

character(3, SK) pm_io::filext_type::python = SK_".py"

Definition at line 298 of file pm_io.F90.

◆ r

character(2, SK) pm_io::filext_type::r = SK_".R"

Definition at line 299 of file pm_io.F90.

◆ rust

character(3, SK) pm_io::filext_type::rust = SK_".rs"

Definition at line 300 of file pm_io.F90.

◆ sas

character(4, SK) pm_io::filext_type::sas = SK_".sas"

Definition at line 301 of file pm_io.F90.

◆ swift

character(6, SK) pm_io::filext_type::swift = SK_".swift"

Definition at line 302 of file pm_io.F90.


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