#include <string>
Go to the source code of this file.
Classes | |
class | KIM::ComputeArgumentName |
An Extensible Enumeration for the ComputeArgumentName's supported by the KIM API. More... | |
struct | KIM::COMPUTE_ARGUMENT_NAME::Comparator |
Structure provided for use with std::map. More... | |
Namespaces | |
namespace | KIM |
namespace | KIM::COMPUTE_ARGUMENT_NAME |
Contains the enumeration constants and the discovery routines for the ComputeArgumentName Extensible Enumeration. | |
Functions | |
void | KIM::COMPUTE_ARGUMENT_NAME::GetNumberOfComputeArgumentNames (int *const numberOfComputeArgumentNames) |
Get the number of standard ComputeArgumentName's defined by the KIM API. | |
int | KIM::COMPUTE_ARGUMENT_NAME::GetComputeArgumentName (int const index, ComputeArgumentName *const computeArgumentName) |
Get the identity of each defined standard ComputeArgumentName. | |
int | KIM::COMPUTE_ARGUMENT_NAME::GetComputeArgumentDataType (ComputeArgumentName const computeArgumentName, DataType *const dataType) |
Get the DataType of each defined standard ComputeArgumentName. | |