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

Check given variable to be equal to the sentinel value. More...

Public Member Functions

elemental logical function check_sentinel_i1 (value)
 Check for sentinel value for i1.
 
elemental logical function check_sentinel_i2 (value)
 Check for sentinel value for i2.
 
elemental logical function check_sentinel_i4 (value)
 Check for sentinel value for i4.
 
elemental logical function check_sentinel_i8 (value)
 Check for sentinel value for i8.
 
elemental logical function check_sentinel_sp (value)
 Check for sentinel value for sp.
 
elemental logical function check_sentinel_dp (value)
 Check for sentinel value for dp.
 
elemental logical function check_sentinel_spc (value)
 Check for sentinel value for spc.
 
elemental logical function check_sentinel_dpc (value)
 Check for sentinel value for dpc.
 
elemental logical function check_sentinel_char (value)
 Check for sentinel value for string.
 

Detailed Description

Check given variable to be equal to the sentinel value.

This routine will check the given variable to be equal to the specified sentinel value.

Parameters
[in]integer/real/complex/character :: valuevalue to be checked
Return values
logical :: is_sentinelresult

Definition at line 75 of file mo_sentinel.f90.

Member Function/Subroutine Documentation

◆ check_sentinel_char()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_char ( character(*), intent(in)  value)

Check for sentinel value for string.

Parameters
[in]valuevalue to determine sentinel

Definition at line 266 of file mo_sentinel.f90.

References mo_sentinel::check_sentinel_char().

Here is the call graph for this function:

◆ check_sentinel_dp()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_dp ( real(dp), intent(in)  value)

Check for sentinel value for dp.

Parameters
[in]valuevalue to determine sentinel

Definition at line 315 of file mo_sentinel.f90.

References mo_sentinel::check_sentinel_dp().

Here is the call graph for this function:

◆ check_sentinel_dpc()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_dpc ( complex(dpc), intent(in)  value)

Check for sentinel value for dpc.

Parameters
[in]valuevalue to determine sentinel

Definition at line 327 of file mo_sentinel.f90.

References mo_sentinel::check_sentinel_dpc().

Here is the call graph for this function:

◆ check_sentinel_i1()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_i1 ( integer(i1), intent(in)  value)

Check for sentinel value for i1.

Parameters
[in]valuevalue to determine sentinel

Definition at line 277 of file mo_sentinel.f90.

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

Here is the call graph for this function:

◆ check_sentinel_i2()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_i2 ( integer(i2), intent(in)  value)

Check for sentinel value for i2.

Parameters
[in]valuevalue to determine sentinel

Definition at line 285 of file mo_sentinel.f90.

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

Here is the call graph for this function:

◆ check_sentinel_i4()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_i4 ( integer(i4), intent(in)  value)

Check for sentinel value for i4.

Parameters
[in]valuevalue to determine sentinel

Definition at line 293 of file mo_sentinel.f90.

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

Here is the call graph for this function:

◆ check_sentinel_i8()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_i8 ( integer(i8), intent(in)  value)

Check for sentinel value for i8.

Parameters
[in]valuevalue to determine sentinel

Definition at line 301 of file mo_sentinel.f90.

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

Here is the call graph for this function:

◆ check_sentinel_sp()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_sp ( real(sp), intent(in)  value)

Check for sentinel value for sp.

Parameters
[in]valuevalue to determine sentinel

Definition at line 309 of file mo_sentinel.f90.

References mo_sentinel::check_sentinel_sp().

Here is the call graph for this function:

◆ check_sentinel_spc()

elemental logical function mo_sentinel::check_sentinel::check_sentinel_spc ( complex(spc), intent(in)  value)

Check for sentinel value for spc.

Parameters
[in]valuevalue to determine sentinel

Definition at line 321 of file mo_sentinel.f90.

References mo_sentinel::check_sentinel_spc().

Here is the call graph for this function:

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