kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Public Member Functions | List of all members
kim_support_status_module::kim_from_string Interface Reference

Create a SupportStatus 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_support_status_from_string (string, support_status)
 Create a SupportStatus 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 SupportStatus 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::SupportStatus::SupportStatus(std::string const &), KIM_SupportStatus_FromString
Since
2.0

Definition at line 141 of file kim_support_status_module.f90.

Member Function/Subroutine Documentation

◆ kim_support_status_from_string()

recursive subroutine kim_support_status_module::kim_from_string::kim_support_status_from_string ( character(len=*, kind=c_char), intent(in)  string,
type(kim_support_status_type), intent(out)  support_status 
)

Create a SupportStatus 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::SupportStatus::SupportStatus(std::string const &), KIM_SupportStatus_FromString
Since
2.0

Definition at line 209 of file kim_support_status_module.f90.


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