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_DataType.hpp File Reference
#include <string>
Include dependency graph for KIM_DataType.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 KIM
 
 KIM::DATA_TYPE
 Contains the enumeration constants and the discovery routines for the DataType Extensible Enumeration.
 

Functions

void KIM::DATA_TYPE::GetNumberOfDataTypes (int *const numberOfDataTypes)
 Get the number of standard DataType's defined by the KIM API. More...
 
int KIM::DATA_TYPE::GetDataType (int const index, DataType *const dataType)
 Get the identity of each defined standard DataType. More...
 

Variables

DataType const KIM::DATA_TYPE::Integer
 The standard Integer data type. More...
 
DataType const KIM::DATA_TYPE::Double
 The standard Double data type. More...