0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_sentinel::get_sentinel Interface Reference

Get sentinel values of the given kind. More...

Public Member Functions

elemental integer(i1) function get_sentinel_i1 (value)
 Get sentinel value for i1.
 
elemental integer(i2) function get_sentinel_i2 (value)
 Get sentinel value for i2.
 
elemental integer(i4) function get_sentinel_i4 (value)
 Get sentinel value for i4.
 
elemental integer(i8) function get_sentinel_i8 (value)
 Get sentinel value for i8.
 
elemental real(sp) function get_sentinel_sp (value)
 Get sentinel value for sp.
 
elemental real(dp) function get_sentinel_dp (value)
 Get sentinel value for dp.
 
elemental complex(spc) function get_sentinel_spc (value)
 Get sentinel value for spc.
 
elemental complex(dpc) function get_sentinel_dpc (value)
 Get sentinel value for dpc.
 
elemental character function get_sentinel_char (value)
 Get sentinel value for char.
 

Detailed Description

Get sentinel values of the given kind.

This routine will return sentinal values of the same kind and shape as the given variable.

Parameters
[in]integer/real/complex/character :: valuevalue to determine sentinel
Return values
integer/real/complex/character :: sentinel_valuesentinal values of the same kind and shape

Definition at line 59 of file mo_sentinel.f90.

Member Function/Subroutine Documentation

◆ get_sentinel_char()

elemental character function mo_sentinel::get_sentinel::get_sentinel_char ( character(*), intent(in)  value)

Get sentinel value for char.

Parameters
[in]valuevalue to determine sentinel

Definition at line 211 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_char(), and mo_sentinel::sentinel_char().

Here is the call graph for this function:

◆ get_sentinel_dp()

elemental real(dp) function mo_sentinel::get_sentinel::get_sentinel_dp ( real(dp), intent(in)  value)

Get sentinel value for dp.

Parameters
[in]valuevalue to determine sentinel

Definition at line 247 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_dp(), and mo_sentinel::sentinel_dp().

Here is the call graph for this function:

◆ get_sentinel_dpc()

elemental complex(dpc) function mo_sentinel::get_sentinel::get_sentinel_dpc ( complex(dpc), intent(in)  value)

Get sentinel value for dpc.

Parameters
[in]valuevalue to determine sentinel

Definition at line 259 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_dpc(), and mo_sentinel::sentinel_dpc().

Here is the call graph for this function:

◆ get_sentinel_i1()

elemental integer(i1) function mo_sentinel::get_sentinel::get_sentinel_i1 ( integer(i1), intent(in)  value)

Get sentinel value for i1.

Parameters
[in]valuevalue to determine sentinel

Definition at line 217 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_i1(), and mo_sentinel::sentinel_i1().

Here is the call graph for this function:

◆ get_sentinel_i2()

elemental integer(i2) function mo_sentinel::get_sentinel::get_sentinel_i2 ( integer(i2), intent(in)  value)

Get sentinel value for i2.

Parameters
[in]valuevalue to determine sentinel

Definition at line 223 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_i2(), and mo_sentinel::sentinel_i2().

Here is the call graph for this function:

◆ get_sentinel_i4()

elemental integer(i4) function mo_sentinel::get_sentinel::get_sentinel_i4 ( integer(i4), intent(in)  value)

Get sentinel value for i4.

Parameters
[in]valuevalue to determine sentinel

Definition at line 229 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_i4(), and mo_sentinel::sentinel_i4().

Here is the call graph for this function:

◆ get_sentinel_i8()

elemental integer(i8) function mo_sentinel::get_sentinel::get_sentinel_i8 ( integer(i8), intent(in)  value)

Get sentinel value for i8.

Parameters
[in]valuevalue to determine sentinel

Definition at line 235 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_i8(), and mo_sentinel::sentinel_i8().

Here is the call graph for this function:

◆ get_sentinel_sp()

elemental real(sp) function mo_sentinel::get_sentinel::get_sentinel_sp ( real(sp), intent(in)  value)

Get sentinel value for sp.

Parameters
[in]valuevalue to determine sentinel

Definition at line 241 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_sp(), and mo_sentinel::sentinel_sp().

Here is the call graph for this function:

◆ get_sentinel_spc()

elemental complex(spc) function mo_sentinel::get_sentinel::get_sentinel_spc ( complex(spc), intent(in)  value)

Get sentinel value for spc.

Parameters
[in]valuevalue to determine sentinel

Definition at line 253 of file mo_sentinel.f90.

References mo_sentinel::get_sentinel_spc(), and mo_sentinel::sentinel_spc().

Here is the call graph for this function:

The documentation for this interface was generated from the following file: