OpenCMISS-Iron Internal API Documentation
CONSTANTS::DataTypes

Data type parameters for base data types. More...

Variables

integer(intg), parameter constants::integer_type =1
 Integer data type. More...
 
integer(intg), parameter constants::short_integer_type =2
 Short integer data type. More...
 
integer(intg), parameter constants::long_integer_type =3
 Long integer data type. More...
 
integer(intg), parameter constants::single_real_type =4
 Single precision real data type. More...
 
integer(intg), parameter constants::double_real_type =5
 Double precision real data type. More...
 
integer(intg), parameter constants::quadruple_real_type =6
 Quadruple precision real data type. More...
 
integer(intg), parameter constants::character_type =7
 Character data type. More...
 
integer(intg), parameter constants::logical_type =8
 Logical/boolean data type. More...
 
integer(intg), parameter constants::single_complex_type =9
 Single precision complex data type. More...
 
integer(intg), parameter constants::double_complex_type =10
 Double precision complex data type. More...
 
integer(intg), parameter constants::quadruple_complex_type =11
 Quadruple precision complex data type. More...
 
integer(intg), parameter constants::c_int_type =12
 C integer data type. More...
 

Detailed Description

Data type parameters for base data types.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::c_int_type =12

C integer data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 96 of file constants.f90.

integer(intg), parameter constants::character_type =7

Character data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 91 of file constants.f90.

integer(intg), parameter constants::double_complex_type =10

Double precision complex data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 94 of file constants.f90.

integer(intg), parameter constants::double_real_type =5

Double precision real data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 89 of file constants.f90.

integer(intg), parameter constants::integer_type =1

Integer data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 85 of file constants.f90.

integer(intg), parameter constants::logical_type =8

Logical/boolean data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 92 of file constants.f90.

integer(intg), parameter constants::long_integer_type =3

Long integer data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 87 of file constants.f90.

integer(intg), parameter constants::quadruple_complex_type =11

Quadruple precision complex data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 95 of file constants.f90.

integer(intg), parameter constants::quadruple_real_type =6

Quadruple precision real data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 90 of file constants.f90.

integer(intg), parameter constants::short_integer_type =2

Short integer data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 86 of file constants.f90.

integer(intg), parameter constants::single_complex_type =9

Single precision complex data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 93 of file constants.f90.

integer(intg), parameter constants::single_real_type =4

Single precision real data type.

See also
CONSTANTS::DataTypes,CONSTANTS

Definition at line 88 of file constants.f90.