kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Classes | Namespaces | Functions | Variables
KIM_Collection.hpp File Reference
#include <string>
Include dependency graph for KIM_Collection.hpp:
This graph shows which files directly or indirectly include this file:

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

 KIM
 
 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. More...
 
int KIM::COLLECTION::GetCollection (int const index, Collection *const collection)
 Get the identity of each defined standard Collection. More...
 

Variables

Collection const KIM::COLLECTION::system
 The standard system Collection. More...
 
Collection const KIM::COLLECTION::user
 The standard user Collection. More...
 
Collection const KIM::COLLECTION::environmentVariable
 The standard environmentVariable Collection. More...
 
Collection const KIM::COLLECTION::currentWorkingDirectory
 The standard currentWorkingDirectory Collection. More...