#include <string>Go to the source code of this file.
Classes | |
| class | KIM::Numbering |
| An Extensible Enumeration for the Numbering's supported by the KIM API. More... | |
| struct | KIM::NUMBERING::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::NUMBERING |
| Contains the enumeration constants and the discovery routines for the Numbering Extensible Enumeration. | |
Functions | |
| void | KIM::NUMBERING::GetNumberOfNumberings (int *const numberOfNumberings) |
| Get the number of standard Numbering's defined by the KIM API. | |
| int | KIM::NUMBERING::GetNumbering (int const index, Numbering *const numbering) |
| Get the identity of each defined standard Numbering. | |
Variables | |
| Numbering const | KIM::NUMBERING::zeroBased |
The standard zeroBased numbering. | |
| Numbering const | KIM::NUMBERING::oneBased |
The standard oneBased numbering. | |