Definition at line 98 of file Endian_Utility.f90.
◆ swap_double_complex()
elemental complex( double ) function endian_utility::swap_endian::swap_double_complex |
( |
complex( double ), intent(in) |
Input | ) |
|
|
private |
◆ swap_double_float()
elemental real( double ) function endian_utility::swap_endian::swap_double_float |
( |
real( double ), intent(in) |
Input | ) |
|
|
private |
◆ swap_llong_integer()
elemental integer( llong ) function endian_utility::swap_endian::swap_llong_integer |
( |
integer( llong ), intent(in) |
Input | ) |
|
|
private |
◆ swap_long_integer()
elemental integer( long ) function endian_utility::swap_endian::swap_long_integer |
( |
integer( long ), intent(in) |
Input | ) |
|
|
private |
◆ swap_short_integer()
elemental integer( short ) function endian_utility::swap_endian::swap_short_integer |
( |
integer( short ), intent(in) |
Input | ) |
|
|
private |
◆ swap_single_complex()
elemental complex( single ) function endian_utility::swap_endian::swap_single_complex |
( |
complex( single ), intent(in) |
Input | ) |
|
|
private |
◆ swap_single_float()
elemental real( single ) function endian_utility::swap_endian::swap_single_float |
( |
real( single ), intent(in) |
Input | ) |
|
|
private |
The documentation for this interface was generated from the following file: