kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Classes | Namespaces | Functions | Variables
KIM_SupportStatus.hpp File Reference
#include <string>
Include dependency graph for KIM_SupportStatus.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KIM::SupportStatus
 An Extensible Enumeration for the SupportStatus's supported by the KIM API. More...
 
struct  KIM::SUPPORT_STATUS::Comparator
 Structure provided for use with std::map. More...
 

Namespaces

 KIM
 
 KIM::SUPPORT_STATUS
 Contains the enumeration constants and the discovery routines for the SupportStatus Extensible Enumeration.
 

Functions

void KIM::SUPPORT_STATUS::GetNumberOfSupportStatuses (int *const numberOfSupportStatuses)
 Get the number of standard SupportStatus's defined by the KIM API. More...
 
int KIM::SUPPORT_STATUS::GetSupportStatus (int const index, SupportStatus *const supportStatus)
 Get the identity of each defined standard SupportStatus. More...
 

Variables

SupportStatus const KIM::SUPPORT_STATUS::requiredByAPI
 The standard requiredByAPI status. More...
 
SupportStatus const KIM::SUPPORT_STATUS::notSupported
 The standard notSupported status. More...
 
SupportStatus const KIM::SUPPORT_STATUS::required
 The standard required status. More...
 
SupportStatus const KIM::SUPPORT_STATUS::optional
 The standard optional status. More...