Octopus
|
Data Types | |
interface | operator(/=) |
interface | operator(==) |
type | type_t |
Functions/Subroutines | |
integer pure function, public | types_get_size (this) |
logical pure function | types_equal (ta, tb) |
logical pure function | types_not_equal (ta, tb) |
logical pure function, public | type_is_complex (this) |
Variables | |
type(type_t), public | type_none = type_t(0) |
type(type_t), public | type_float = type_t(1) |
type(type_t), public | type_cmplx = type_t(2) |
type(type_t), public | type_integer = type_t(3) |
type(type_t), public | type_byte = type_t(4) |
type(type_t), public | type_integer8 = type_t(5) |
integer, dimension(5) | sizes = (/8, 16, 4, 1, 8/) |
integer pure function, public types_oct_m::types_get_size | ( | type(type_t), intent(in) | this | ) |
logical pure function, public types_oct_m::type_is_complex | ( | type(type_t), intent(in) | this | ) |