#include <string>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 | |
| namespace | KIM |
| namespace | 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. | |
| int | KIM::SUPPORT_STATUS::GetSupportStatus (int const index, SupportStatus *const supportStatus) |
| Get the identity of each defined standard SupportStatus. | |
Variables | |
| SupportStatus const | KIM::SUPPORT_STATUS::requiredByAPI |
The standard requiredByAPI status. | |
| SupportStatus const | KIM::SUPPORT_STATUS::notSupported |
The standard notSupported status. | |
| SupportStatus const | KIM::SUPPORT_STATUS::required |
The standard required status. | |
| SupportStatus const | KIM::SUPPORT_STATUS::optional |
The standard optional status. | |