![]() |
Octopus
|
Go to the source code of this file.
Modules | |
| module | types_oct_m |
Data Types | |
| type | types_oct_m::type_t |
| interface | types_oct_m::operator(==) |
| interface | types_oct_m::operator(/=) |
Functions/Subroutines | |
| integer pure function, public | types_oct_m::types_get_size (this) |
| logical pure function | types_oct_m::types_equal (ta, tb) |
| logical pure function | types_oct_m::types_not_equal (ta, tb) |
| logical pure function, public | types_oct_m::type_is_complex (this) |
Variables | |
| type(type_t), public | types_oct_m::type_none = type_t(0) |
| type(type_t), public | types_oct_m::type_float = type_t(1) |
| type(type_t), public | types_oct_m::type_cmplx = type_t(2) |
| type(type_t), public | types_oct_m::type_integer = type_t(3) |
| type(type_t), public | types_oct_m::type_byte = type_t(4) |
| type(type_t), public | types_oct_m::type_integer8 = type_t(5) |
| integer, dimension(5) | types_oct_m::sizes = (/8, 16, 4, 1, 8/) |