OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::Kinds::Integers

Kind parameters for integer data types. More...

Collaboration diagram for OPENCMISS::Kinds::Integers:

Variables

integer, parameter, public opencmiss::cmissintg = INTG
 Standard integer kind. More...
 
integer, parameter, public opencmiss::cmisssintg = SINTG
 Short integer kind. More...
 
integer, parameter, public opencmiss::cmisslintg = LINTG
 Long integer kind. More...
 
integer, parameter, public opencmiss::cmissptr = PTR
 Pointer integer kind. More...
 
integer, parameter, public opencmiss::cmissidx = IDX
 Index integer kind. More...
 
integer, parameter, public opencmiss::cmisslidx = LIDX
 Long index integer kind. More...
 

Detailed Description

Kind parameters for integer data types.

See also
OPENCMISS::Kinds,OPENCMISS

Variable Documentation

integer, parameter, public opencmiss::cmissidx = IDX

Index integer kind.

See also
OPENCMISS::Kinds::Integers,OPENCMISS

Definition at line 76 of file opencmiss.f90.

integer, parameter, public opencmiss::cmissintg = INTG

Standard integer kind.

See also
OPENCMISS::Kinds::Integers,OPENCMISS

Definition at line 72 of file opencmiss.f90.

integer, parameter, public opencmiss::cmisslidx = LIDX

Long index integer kind.

See also
OPENCMISS::Kinds::Integers,OPENCMISS

Definition at line 77 of file opencmiss.f90.

integer, parameter, public opencmiss::cmisslintg = LINTG

Long integer kind.

See also
OPENCMISS::Kinds::Integers,OPENCMISS

Definition at line 74 of file opencmiss.f90.

integer, parameter, public opencmiss::cmissptr = PTR

Pointer integer kind.

See also
OPENCMISS::Kinds::Integers,OPENCMISS

Definition at line 75 of file opencmiss.f90.

integer, parameter, public opencmiss::cmisssintg = SINTG

Short integer kind.

See also
OPENCMISS::Kinds::Integers,OPENCMISS

Definition at line 73 of file opencmiss.f90.