CAMP 1.0.0
Chemistry Across Multiple Phases
Public Member Functions | List of all members
camp_util::to_string Interface Reference

Interface for to_string functions. More...

Public Member Functions

character(len=camp_util_convert_string_len) function integer_to_string (val)
 Convert an integer to a string format.
 
character(len=camp_util_convert_string_len) function real_dp_to_string (val)
 Convert a double precision real to a string format.
 
character(len=camp_util_convert_string_len) function real_sp_to_string (val)
 Convert a single precision real to a string format.
 
character(len=camp_util_convert_string_len) function logical_to_string (val)
 Convert a logical to a string format.
 
character(len=camp_util_convert_string_len) function complex_to_string (val)
 Convert a complex to a string format.
 

Detailed Description

Interface for to_string functions.

Definition at line 32 of file util.F90.

Member Function/Subroutine Documentation

◆ complex_to_string()

character(len=camp_util_convert_string_len) function camp_util::to_string::complex_to_string ( complex(kind=dc), intent(in)  val)

Convert a complex to a string format.

Parameters
[in]valValue to convert.

Definition at line 906 of file util.F90.

Here is the call graph for this function:

◆ integer_to_string()

character(len=camp_util_convert_string_len) function camp_util::to_string::integer_to_string ( integer, intent(in)  val)

Convert an integer to a string format.

Parameters
[in]valValue to convert.

Definition at line 838 of file util.F90.

Here is the call graph for this function:

◆ logical_to_string()

character(len=camp_util_convert_string_len) function camp_util::to_string::logical_to_string ( logical, intent(in)  val)

Convert a logical to a string format.

Parameters
[in]valValue to convert.

Definition at line 886 of file util.F90.

Here is the call graph for this function:

◆ real_dp_to_string()

character(len=camp_util_convert_string_len) function camp_util::to_string::real_dp_to_string ( real(kind=dp), intent(in)  val)

Convert a double precision real to a string format.

Parameters
[in]valValue to convert.

Definition at line 854 of file util.F90.

Here is the call graph for this function:

◆ real_sp_to_string()

character(len=camp_util_convert_string_len) function camp_util::to_string::real_sp_to_string ( real(kind=sp), intent(in)  val)

Convert a single precision real to a string format.

Parameters
[in]valValue to convert.

Definition at line 870 of file util.F90.

Here is the call graph for this function:

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