libsim
Versione7.2.3
|
Methods for successively obtaining the fields of a csv_record object. Continua...
Membri pubblici | |
subroutine | csv_record_getfield_char (this, field, flen, ier) |
Returns next field from the record this as a CHARACTER variable. Continua... | |
subroutine | csv_record_getfield_int (this, field, ier) |
Returns next field from the record this as an INTEGER variable. Continua... | |
subroutine | csv_record_getfield_real (this, field, ier) |
Returns next field from the record this as a REAL variable. Continua... | |
subroutine | csv_record_getfield_double (this, field, ier) |
Returns next field from the record this as a DOUBLE PRECISION variable. Continua... | |
Methods for successively obtaining the fields of a csv_record object.
The generic name csv_record_getfield
with parameters of the desired type should be used instead of the specific names, the compiler will select the proper subroutine. If the optiona argument ier is not provided the subroutines will log warning and error messages and possibly stop the program in case of error, otherwise nothing is signalled and the returned error code has the following meaning:
Definizione alla linea 289 del file file_utilities.F90.