31#ifndef KIM_DATA_TYPE_H_
32#define KIM_DATA_TYPE_H_
53#ifndef KIM_DATA_TYPE_DEFINED_
54#define KIM_DATA_TYPE_DEFINED_
int KIM_DataType_NotEqual(KIM_DataType const lhs, KIM_DataType const rhs)
Compares DataType objects for inequality.
int KIM_DATA_TYPE_GetDataType(int const index, KIM_DataType *const dataType)
Get the identity of each defined standard DataType.
int KIM_DataType_Equal(KIM_DataType const lhs, KIM_DataType const rhs)
Compares DataType objects for equality.
KIM_DataType KIM_DataType_FromString(char const *const str)
Create a DataType object corresponding to the provided string. If the string does not match one of th...
KIM_DataType const KIM_DATA_TYPE_Integer
The standard Integer data type.
char const * KIM_DataType_ToString(KIM_DataType const dataType)
Converts the object to a string.
KIM_DataType const KIM_DATA_TYPE_Double
The standard Double data type.
int KIM_DataType_Known(KIM_DataType const dataType)
Determines if the object is a quantity known to the KIM API.
void KIM_DATA_TYPE_GetNumberOfDataTypes(int *const numberOfDataTypes)
Get the number of standard DataType's defined by the KIM API.
An Extensible Enumeration for the DataType's supported by the KIM API.
int dataTypeID
Integer identifying the specific DataType represented.