#include <string>Go to the source code of this file.
Classes | |
| class | KIM::ChargeUnit |
| An Extensible Enumeration for the ChargeUnit's supported by the KIM API. More... | |
| struct | KIM::CHARGE_UNIT::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::CHARGE_UNIT |
| Contains the enumeration constants and the discovery routines for the ChargeUnit Extensible Enumeration. | |
Functions | |
| void | KIM::CHARGE_UNIT::GetNumberOfChargeUnits (int *const numberOfChargeUnits) |
| Get the number of standard ChargeUnit's defined by the KIM API. | |
| int | KIM::CHARGE_UNIT::GetChargeUnit (int const index, ChargeUnit *const chargeUnit) |
| Get the identity of each defined standard ChargeUnit. | |
Variables | |
| ChargeUnit const | KIM::CHARGE_UNIT::unused |
| Indicates that a ChargeUnit is not used. | |
| ChargeUnit const | KIM::CHARGE_UNIT::C |
| The standard Coulomb unit of charge. | |
| ChargeUnit const | KIM::CHARGE_UNIT::e |
| The standard electron unit of charge. | |
| ChargeUnit const | KIM::CHARGE_UNIT::statC |
| The standard statcoulomb unit of charge. | |