OpenCMISS-Iron Internal API Documentation
|
Kind parameters for integer data types. More...
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... | |
Kind parameters for integer data types.
integer, parameter, public opencmiss::cmissidx = IDX |
Index integer kind.
Definition at line 76 of file opencmiss.f90.
integer, parameter, public opencmiss::cmissintg = INTG |
Standard integer kind.
Definition at line 72 of file opencmiss.f90.
integer, parameter, public opencmiss::cmisslidx = LIDX |
Long index integer kind.
Definition at line 77 of file opencmiss.f90.
integer, parameter, public opencmiss::cmisslintg = LINTG |
Long integer kind.
Definition at line 74 of file opencmiss.f90.
integer, parameter, public opencmiss::cmissptr = PTR |
Pointer integer kind.
Definition at line 75 of file opencmiss.f90.
integer, parameter, public opencmiss::cmisssintg = SINTG |
Short integer kind.
Definition at line 73 of file opencmiss.f90.