#include <string>Go to the source code of this file.
Classes | |
| class | KIM::Collection |
| An Extensible Enumeration for the Collection's supported by the KIM API. More... | |
| struct | KIM::COLLECTION::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::COLLECTION |
| Contains the enumeration constants and the discovery routines for the Collection Extensible Enumeration. | |
Functions | |
| void | KIM::COLLECTION::GetNumberOfCollections (int *const numberOfCollections) |
| Get the number of standard Collection's defined by the KIM API. | |
| int | KIM::COLLECTION::GetCollection (int const index, Collection *const collection) |
| Get the identity of each defined standard Collection. | |
Variables | |
| Collection const | KIM::COLLECTION::system |
The standard system Collection. | |
| Collection const | KIM::COLLECTION::user |
The standard user Collection. | |
| Collection const | KIM::COLLECTION::environmentVariable |
The standard environmentVariable Collection. | |
| Collection const | KIM::COLLECTION::currentWorkingDirectory |
The standard currentWorkingDirectory Collection. | |