kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
kim_log_verbosity_module::kim_from_string Interface Reference

Create a LogVerbosity object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated. More...

Public Member Functions

recursive subroutine kim_log_verbosity_from_string (string, log_verbosity)
 Create a LogVerbosity object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated.
 

Detailed Description

Create a LogVerbosity object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated.

See also
KIM::LogVerbosity::LogVerbosity(std::string const &), KIM_LogVerbosity_FromString
Since
2.0

Definition at line 200 of file kim_log_verbosity_module.f90.

Member Function/Subroutine Documentation

◆ kim_log_verbosity_from_string()

recursive subroutine kim_log_verbosity_module::kim_from_string::kim_log_verbosity_from_string ( character(len=*, kind=c_char), intent(in) string,
type(kim_log_verbosity_type), intent(out) log_verbosity )

Create a LogVerbosity object corresponding to the provided string. If the string does not match one of the values defined by the KIM API, then an "unknown" object is generated.

See also
KIM::LogVerbosity::LogVerbosity(std::string const &), KIM_LogVerbosity_FromString
Since
2.0

Definition at line 324 of file kim_log_verbosity_module.f90.


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