bcton Interface

public interface bcton

Calls

interface~~bcton~5~~CallsGraph interface~bcton~5 bcton proc~bctoi_i4p~5 bctoi_I4P interface~bcton~5->proc~bctoi_i4p~5 proc~bctoi_i2p~5 bctoi_I2P interface~bcton~5->proc~bctoi_i2p~5 proc~bctor_r4p~5 bctor_R4P interface~bcton~5->proc~bctor_r4p~5 proc~bctoi_i8p~5 bctoi_I8P interface~bcton~5->proc~bctoi_i8p~5 proc~bctor_r8p~5 bctor_R8P interface~bcton~5->proc~bctor_r8p~5 proc~bctoi_i1p~5 bctoi_I1P interface~bcton~5->proc~bctoi_i1p~5 interface~str~5 str proc~bctoi_i4p~5->interface~str~5 proc~bctoi_i2p~5->interface~str~5 proc~bctoi_i8p~5->interface~str~5 proc~bctoi_i1p~5->interface~str~5 proc~str_bol~5 str_bol interface~str~5->proc~str_bol~5 proc~str_r4p~5 str_R4P interface~str~5->proc~str_r4p~5 proc~str_a_r4p~5 str_a_R4P interface~str~5->proc~str_a_r4p~5 proc~strf_r4p~5 strf_R4P interface~str~5->proc~strf_r4p~5 proc~strf_i2p~5 strf_I2P interface~str~5->proc~strf_i2p~5 proc~str_i2p~5 str_I2P interface~str~5->proc~str_i2p~5 proc~str_a_i2p~5 str_a_I2P interface~str~5->proc~str_a_i2p~5 proc~str_r8p~5 str_R8P interface~str~5->proc~str_r8p~5 proc~strf_i8p~5 strf_I8P interface~str~5->proc~strf_i8p~5 proc~str_i8p~5 str_I8P interface~str~5->proc~str_i8p~5 proc~str_a_i8p~5 str_a_I8P interface~str~5->proc~str_a_i8p~5 proc~strf_i1p~5 strf_I1P interface~str~5->proc~strf_i1p~5 proc~str_i1p~5 str_I1P interface~str~5->proc~str_i1p~5 proc~str_a_i1p~5 str_a_I1P interface~str~5->proc~str_a_i1p~5 proc~strf_r8p~5 strf_R8P interface~str~5->proc~strf_r8p~5 proc~str_a_r8p~5 str_a_R8P interface~str~5->proc~str_a_r8p~5 proc~strf_i4p~5 strf_I4P interface~str~5->proc~strf_i4p~5 proc~str_i4p~5 str_I4P interface~str~5->proc~str_i4p~5 proc~str_a_i4p~5 str_a_I4P interface~str~5->proc~str_a_i4p~5 proc~compact_real_string~5 compact_real_string proc~str_r4p~5->proc~compact_real_string~5 proc~str_a_r4p~5->proc~str_r4p~5 proc~str_a_i2p~5->proc~str_i2p~5 proc~str_r8p~5->proc~compact_real_string~5 proc~str_a_i8p~5->proc~str_i8p~5 proc~str_a_i1p~5->proc~str_i1p~5 proc~str_a_r8p~5->proc~str_r8p~5 proc~str_a_i4p~5->proc~str_i4p~5

Contents


Module Procedures

private elemental function bctor_R8P(bstr, knd) result(n)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: bstr
real(kind=R8P), intent(in) :: knd

Return Value real(kind=R8P)

private elemental function bctor_R4P(bstr, knd) result(n)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: bstr
real(kind=R4P), intent(in) :: knd

Return Value real(kind=R4P)

private elemental function bctoi_I8P(bstr, knd) result(n)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: bstr
integer(kind=I8P), intent(in) :: knd

Return Value integer(kind=I8P)

private elemental function bctoi_I4P(bstr, knd) result(n)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: bstr
integer(kind=I4P), intent(in) :: knd

Return Value integer(kind=I4P)

private elemental function bctoi_I2P(bstr, knd) result(n)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: bstr
integer(kind=I2P), intent(in) :: knd

Return Value integer(kind=I2P)

private elemental function bctoi_I1P(bstr, knd) result(n)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: bstr
integer(kind=I1P), intent(in) :: knd

Return Value integer(kind=I1P)