31#ifndef KIM_COLLECTION_ITEM_TYPE_H_
32#define KIM_COLLECTION_ITEM_TYPE_H_
54#ifndef KIM_COLLECTION_ITEM_TYPE_DEFINED_
55#define KIM_COLLECTION_ITEM_TYPE_DEFINED_
159 int *
const numberOfCollectionItemTypes);
int KIM_CollectionItemType_NotEqual(KIM_CollectionItemType const lhs, KIM_CollectionItemType const rhs)
Compares CollectionItemType objects for inequality.
void KIM_COLLECTION_ITEM_TYPE_GetNumberOfCollectionItemTypes(int *const numberOfCollectionItemTypes)
Get the number of standard CollectionItemType's defined by the KIM API.
KIM_CollectionItemType const KIM_COLLECTION_ITEM_TYPE_simulatorModel
The standard simulatorModel CollectionItemType.
int KIM_CollectionItemType_Known(KIM_CollectionItemType const collectionItemType)
Determines if the object is a quantity known to the KIM API.
int KIM_CollectionItemType_Equal(KIM_CollectionItemType const lhs, KIM_CollectionItemType const rhs)
Compares CollectionItemType objects for equality.
KIM_CollectionItemType const KIM_COLLECTION_ITEM_TYPE_portableModel
The standard portableModel CollectionItemType.
char const * KIM_CollectionItemType_ToString(KIM_CollectionItemType const collectionItemType)
Converts the object to a string.
KIM_CollectionItemType KIM_CollectionItemType_FromString(char const *const str)
Create a CollectionItemType object corresponding to the provided string. If the string does not match...
int KIM_COLLECTION_ITEM_TYPE_GetCollectionItemType(int const index, KIM_CollectionItemType *const collectionItemType)
Get the identity of each defined standard CollectionItemType.
KIM_CollectionItemType const KIM_COLLECTION_ITEM_TYPE_modelDriver
The standard modelDriver CollectionItemType.
An Extensible Enumeration for the CollectionItemType's supported by the KIM API.
int collectionItemTypeID
Integer identifying the specific CollectionItemType represented.